kirkwood-dns320.dts 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /dts-v1/;
  2. /include/ "kirkwood-dnskw.dtsi"
  3. / {
  4. model = "D-Link DNS-320 NAS (Rev A1)";
  5. compatible = "dlink,dns-320-a1", "dlink,dns-320", "dlink,dns-kirkwood", "marvell,kirkwood-88f6281", "marvell,kirkwood";
  6. memory {
  7. device_type = "memory";
  8. reg = <0x00000000 0x8000000>;
  9. };
  10. chosen {
  11. bootargs = "console=ttyS0,115200n8 earlyprintk";
  12. };
  13. gpio-leds {
  14. compatible = "gpio-leds";
  15. pinctrl-0 = <&pmx_led_power &pmx_led_red_usb_320
  16. &pmx_led_red_left_hdd &pmx_led_red_right_hdd
  17. &pmx_led_white_usb>;
  18. pinctrl-names = "default";
  19. blue-power {
  20. label = "dns320:blue:power";
  21. gpios = <&gpio0 26 1>; /* GPIO 26 Active Low */
  22. linux,default-trigger = "default-on";
  23. };
  24. blue-usb {
  25. label = "dns320:blue:usb";
  26. gpios = <&gpio1 11 1>; /* GPIO 43 Active Low */
  27. };
  28. orange-l_hdd {
  29. label = "dns320:orange:l_hdd";
  30. gpios = <&gpio0 28 1>; /* GPIO 28 Active Low */
  31. };
  32. orange-r_hdd {
  33. label = "dns320:orange:r_hdd";
  34. gpios = <&gpio0 27 1>; /* GPIO 27 Active Low */
  35. };
  36. orange-usb {
  37. label = "dns320:orange:usb";
  38. gpios = <&gpio1 3 1>; /* GPIO 35 Active Low */
  39. };
  40. };
  41. ocp@f1000000 {
  42. serial@12000 {
  43. status = "okay";
  44. };
  45. serial@12100 {
  46. pinctrl-0 = <&pmx_uart1>;
  47. pinctrl-names = "default";
  48. status = "okay";
  49. };
  50. };
  51. };