1
0

qca9531_thinkpenguin_tpe-r1200-nand.dts 540 B

12345678910111213141516171819202122232425262728293031323334
  1. /dts-v1/;
  2. #include "qca9531_glinet_gl-ar300m.dtsi"
  3. / {
  4. compatible = "thinkpenguin,tpe-r1200-nand", "qca,qca9531";
  5. model = "ThinkPenguin TPE-R1200 (NAND)";
  6. };
  7. &spi {
  8. num-cs = <1>;
  9. flash@1 {
  10. compatible = "spinand,mt29f";
  11. reg = <1>;
  12. spi-max-frequency = <25000000>;
  13. partitions {
  14. compatible = "fixed-partitions";
  15. #address-cells = <1>;
  16. #size-cells = <1>;
  17. partition@0 {
  18. label = "kernel";
  19. reg = <0x000000 0x0200000>;
  20. };
  21. partition@1 {
  22. label = "ubi";
  23. reg = <0x200000 0x7e00000>;
  24. };
  25. };
  26. };
  27. };