FREESTATION5.dts 695 B

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