kirkwood-ds209.dts 785 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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 DS209";
  15. compatible = "synology,ds209", "marvell,kirkwood";
  16. memory {
  17. device_type = "memory";
  18. reg = <0x00000000 0x8000000>;
  19. };
  20. chosen {
  21. bootargs = "console=ttyS0,115200n8";
  22. stdout-path = &uart0;
  23. };
  24. gpio-fan-150-32-35 {
  25. status = "okay";
  26. };
  27. gpio-leds-hdd-21-2 {
  28. status = "okay";
  29. };
  30. regulators-hdd-31 {
  31. status = "okay";
  32. };
  33. };
  34. &rs5c372 {
  35. status = "okay";
  36. };