fast2404.dts 432 B

1234567891011121314151617181920212223242526272829303132
  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. };
  8. &pflash {
  9. status = "ok";
  10. linux,part-probe = "bcm63xxpart";
  11. cfe@0 {
  12. label = "CFE";
  13. reg = <0x000000 0x010000>;
  14. read-only;
  15. };
  16. linux@10000 {
  17. label = "linux";
  18. reg = <0x010000 0x3e0000>;
  19. };
  20. nvram@3f0000 {
  21. label = "nvram";
  22. reg = <0x3f0000 0x010000>;
  23. };
  24. };