EASY80920NAND.dts 571 B

1234567891011121314151617181920212223242526272829303132333435
  1. /dts-v1/;
  2. /include/ "EASY80920.dtsi"
  3. / {
  4. fpi@10000000 {
  5. localbus@0 {
  6. ranges = <0 0 0x4000000 0x3ffffff>;
  7. nand-parts@0 {
  8. compatible = "gen_nand", "lantiq,nand-xway";
  9. lantiq,cs = <1>;
  10. bank-width = <2>;
  11. reg = <0 0x0 0x2000000>;
  12. #address-cells = <1>;
  13. #size-cells = <1>;
  14. partition@0 {
  15. label = "uboot";
  16. reg = <0x00000 0x40000>;
  17. };
  18. partition@10000 {
  19. label = "uboot_env";
  20. reg = <0x40000 0x40000>;
  21. };
  22. partition@20000 {
  23. label = "firmware";
  24. reg = <0x80000 0x3f80000>;
  25. };
  26. };
  27. };
  28. };
  29. };