fast2404.dts 867 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /dts-v1/;
  2. #include "bcm6348.dtsi"
  3. #include <dt-bindings/input/input.h>
  4. / {
  5. model = "Sagem F@ST2404";
  6. compatible = "sagem,f@st2404", "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. cfe@0 {
  20. label = "CFE";
  21. reg = <0x000000 0x010000>;
  22. read-only;
  23. };
  24. linux@10000 {
  25. label = "linux";
  26. reg = <0x010000 0x3e0000>;
  27. compatible = "brcm,bcm963xx-imagetag";
  28. };
  29. nvram@3f0000 {
  30. label = "nvram";
  31. reg = <0x3f0000 0x010000>;
  32. };
  33. };
  34. };
  35. &pinctrl {
  36. pinctrl-names = "default";
  37. pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii &pinctrl_mii_pccard>;
  38. };
  39. &uart0 {
  40. status = "ok";
  41. };