EASY80920NOR.dts 649 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /dts-v1/;
  2. /include/ "EASY80920.dtsi"
  3. / {
  4. fpi@10000000 {
  5. localbus@0 {
  6. ranges = <0 0 0x0 0x3ffffff>;
  7. nor-boot@0 {
  8. compatible = "lantiq,nor";
  9. bank-width = <2>;
  10. reg = <0 0x0 0x2000000>;
  11. #address-cells = <1>;
  12. #size-cells = <1>;
  13. partitions {
  14. compatible = "fixed-partitions";
  15. #address-cells = <1>;
  16. #size-cells = <1>;
  17. partition@0 {
  18. label = "uboot";
  19. reg = <0x00000 0x10000>;
  20. };
  21. partition@10000 {
  22. label = "uboot_env";
  23. reg = <0x10000 0x10000>;
  24. };
  25. partition@20000 {
  26. label = "firmware";
  27. reg = <0x20000 0x7e0000>;
  28. };
  29. };
  30. };
  31. };
  32. };
  33. };