o2d300.dts 932 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. // SPDX-License-Identifier: GPL-2.0-or-later
  2. /*
  3. * O2D300 Device Tree Source
  4. *
  5. * Copyright (C) 2012 DENX Software Engineering
  6. * Anatolij Gustschin <[email protected]>
  7. */
  8. /include/ "o2d.dtsi"
  9. / {
  10. model = "ifm,o2d300";
  11. compatible = "ifm,o2d";
  12. localbus {
  13. ranges = <0 0 0xfc000000 0x02000000
  14. 3 0 0xe3000000 0x00100000>;
  15. flash@0,0 {
  16. compatible = "cfi-flash";
  17. reg = <0 0 0x02000000>;
  18. bank-width = <2>;
  19. device-width = <2>;
  20. #size-cells = <1>;
  21. #address-cells = <1>;
  22. partition@40000 {
  23. label = "env_1";
  24. reg = <0x00040000 0x00020000>;
  25. read-only;
  26. };
  27. partition@60000 {
  28. label = "env_2";
  29. reg = <0x00060000 0x00020000>;
  30. read-only;
  31. };
  32. partition@80000 {
  33. label = "kernel";
  34. reg = <0x00080000 0x00260000>;
  35. read-only;
  36. };
  37. /* o2d300 specific partitions */
  38. partition@2e0000 {
  39. label = "o2d300 user defined";
  40. reg = <0x002e0000 0x01d20000>;
  41. };
  42. };
  43. };
  44. };