FREESTATION5.dts 738 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /dts-v1/;
  2. /include/ "rt3050.dtsi"
  3. / {
  4. #address-cells = <1>;
  5. #size-cells = <1>;
  6. compatible = "FREESTATION5", "ralink,rt3052-soc";
  7. model = "ARC FreeStation5";
  8. memorydetect {
  9. ralink,memory = <0x0 0x200000 0x4000000>;
  10. };
  11. chosen {
  12. bootargs = "console=ttyS0,115200 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,7872k@0x50000(firmware)";
  13. };
  14. cfi@1f000000 {
  15. compatible = "cfi-flash";
  16. reg = <0x1f000000 0x800000>;
  17. bank-width = <2>;
  18. device-width = <2>;
  19. #address-cells = <1>;
  20. #size-cells = <1>;
  21. };
  22. ethernet@10100000 {
  23. status = "okay";
  24. };
  25. esw@10110000 {
  26. status = "okay";
  27. ralink,portmap = <0x3e>;
  28. };
  29. wmac@10180000 {
  30. status = "okay";
  31. };
  32. otg@101c0000 {
  33. status = "okay";
  34. };
  35. };