dv-201amr.dts 802 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /dts-v1/;
  2. #include "bcm6348.dtsi"
  3. #include <dt-bindings/input/input.h>
  4. / {
  5. model = "Davolink DV-201AMR";
  6. compatible = "davolink,dv-201amr", "brcm,bcm6348";
  7. chosen {
  8. bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
  9. stdout-path = "serial0:115200n8";
  10. };
  11. };
  12. &pflash {
  13. status = "ok";
  14. partitions {
  15. compatible = "fixed-partitions";
  16. #address-cells = <1>;
  17. #size-cells = <1>;
  18. backup@0 {
  19. label = "backup";
  20. reg = <0x000000 0x400000>;
  21. };
  22. cfe@400000 {
  23. label = "cfe";
  24. reg = <0x400000 0x010000>;
  25. read-only;
  26. };
  27. linux@410000 {
  28. label = "linux";
  29. reg = <0x410000 0x3f0000>;
  30. compatible = "brcm,bcm963xx-imagetag";
  31. };
  32. };
  33. };
  34. &pinctrl {
  35. pinctrl-names = "default";
  36. pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>;
  37. };
  38. &uart0 {
  39. status = "ok";
  40. };