WT1520-8M.dts 635 B

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