kirkwood-ns2lite.dts 639 B

1234567891011121314151617181920212223242526272829303132333435
  1. // SPDX-License-Identifier: GPL-2.0
  2. /dts-v1/;
  3. #include "kirkwood-ns2-common.dtsi"
  4. / {
  5. model = "LaCie Network Space Lite v2";
  6. compatible = "lacie,netspace_lite_v2", "marvell,kirkwood-88f6192", "marvell,kirkwood";
  7. memory {
  8. device_type = "memory";
  9. reg = <0x00000000 0x8000000>;
  10. };
  11. ocp@f1000000 {
  12. sata@80000 {
  13. pinctrl-0 = <&pmx_ns2_sata0>;
  14. pinctrl-names = "default";
  15. status = "okay";
  16. nr-ports = <1>;
  17. };
  18. };
  19. gpio-leds {
  20. compatible = "gpio-leds";
  21. blue-sata {
  22. label = "ns2:blue:sata";
  23. gpios = <&gpio0 30 GPIO_ACTIVE_LOW>;
  24. linux,default-trigger = "disk-activity";
  25. };
  26. };
  27. };
  28. &ethphy0 { reg = <0>; };