kirkwood-ns2lite.dts 603 B

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