PX4885-4M.dts 688 B

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