dv-201amr.dts 858 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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 = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
  9. stdout-path = "serial0:115200n8";
  10. };
  11. };
  12. &pflash {
  13. status = "ok";
  14. linux,part-probe = "bcm63xxpart";
  15. partitions {
  16. compatible = "fixed-partitions";
  17. #address-cells = <1>;
  18. #size-cells = <1>;
  19. backup@0 {
  20. label = "backup";
  21. reg = <0x000000 0x400000>;
  22. };
  23. cfe@400000 {
  24. label = "cfe";
  25. reg = <0x400000 0x010000>;
  26. read-only;
  27. };
  28. linux@410000 {
  29. label = "linux";
  30. reg = <0x410000 0x3f0000>;
  31. compatible = "brcm,bcm963xx-imagetag";
  32. };
  33. };
  34. };
  35. &pinctrl {
  36. pinctrl-names = "default";
  37. pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>;
  38. };
  39. &uart0 {
  40. status = "ok";
  41. };