kirkwood-ds210.dts 888 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /*
  2. * Andrew Lunn <andrew@lunn.ch>
  3. * Ben Peddell <klightspeed@killerwolves.net>
  4. *
  5. * This file is licensed under the terms of the GNU General Public
  6. * License version 2. This program is licensed "as is" without any
  7. * warranty of any kind, whether express or implied.
  8. */
  9. /dts-v1/;
  10. #include "kirkwood.dtsi"
  11. #include "kirkwood-6281.dtsi"
  12. #include "kirkwood-synology.dtsi"
  13. / {
  14. model = "Synology DS210 v10, v20, v30, DS211j";
  15. compatible = "synology,ds210jv10", "synology,ds210jv20",
  16. "synology,ds210jv30", "synology,ds211j",
  17. "marvell,kirkwood";
  18. memory {
  19. device_type = "memory";
  20. reg = <0x00000000 0x8000000>;
  21. };
  22. chosen {
  23. bootargs = "console=ttyS0,115200n8";
  24. stdout-path = &uart0;
  25. };
  26. gpio-fan-150-32-35 {
  27. status = "okay";
  28. };
  29. gpio-leds-hdd-21-2 {
  30. status = "okay";
  31. };
  32. regulators-hdd-31 {
  33. status = "okay";
  34. };
  35. };
  36. &s35390a {
  37. status = "okay";
  38. };