EASY80920NOR.dts 696 B

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