WT1520-8M.dts 686 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /dts-v1/;
  2. /include/ "WT1520.dtsi"
  3. / {
  4. palmbus@10000000 {
  5. spi@b00 {
  6. status = "okay";
  7. m25p80@0 {
  8. #address-cells = <1>;
  9. #size-cells = <1>;
  10. compatible = "w25q64";
  11. reg = <0 0>;
  12. linux,modalias = "m25p80", "s25fl064k";
  13. spi-max-frequency = <10000000>;
  14. partition@0 {
  15. label = "u-boot";
  16. reg = <0x0 0x30000>;
  17. read-only;
  18. };
  19. partition@30000 {
  20. label = "u-boot-env";
  21. reg = <0x30000 0x10000>;
  22. read-only;
  23. };
  24. factory: partition@40000 {
  25. label = "factory";
  26. reg = <0x40000 0x10000>;
  27. read-only;
  28. };
  29. partition@50000 {
  30. label = "firmware";
  31. reg = <0x50000 0x7b0000>;
  32. };
  33. };
  34. };
  35. };
  36. };