kirkwood-ds411slim.dts 809 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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-6282.dtsi"
  12. #include "kirkwood-synology.dtsi"
  13. / {
  14. model = "Synology DS411slim";
  15. compatible = "synology,ds411slim", "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-100-15-35-1 {
  25. status = "okay";
  26. };
  27. gpio-leds-hdd-36 {
  28. status = "okay";
  29. };
  30. };
  31. &eth1 {
  32. status = "okay";
  33. };
  34. &s35390a {
  35. status = "okay";
  36. };
  37. &pcie1 {
  38. status = "okay";
  39. };