1
0

PX-4885-8M.dts 637 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /dts-v1/;
  2. #include "PX-4885.dtsi"
  3. / {
  4. model = "7Links PX-4885 (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", "mx25l3205d";
  14. spi-max-frequency = <10000000>;
  15. partition@0 {
  16. label = "u-boot";
  17. reg = <0x0 0x20000>;
  18. read-only;
  19. };
  20. partition@20000 {
  21. label = "devdata";
  22. reg = <0x20000 0x20000>;
  23. read-only;
  24. };
  25. factory: partition@40000 {
  26. label = "devconf";
  27. reg = <0x40000 0x10000>;
  28. read-only;
  29. };
  30. partition@50000 {
  31. label = "firmware";
  32. reg = <0x50000 0x7b0000>;
  33. };
  34. };
  35. };