kirkwood-sheevaplug-esata.dts 970 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * kirkwood-sheevaplug-esata.dts - Device tree file for eSATA Sheevaplug
  4. *
  5. * Copyright (C) 2013 Simon Baatz <[email protected]>
  6. */
  7. /dts-v1/;
  8. #include "kirkwood-sheevaplug-common.dtsi"
  9. / {
  10. model = "Globalscale Technologies eSATA SheevaPlug";
  11. compatible = "globalscale,sheevaplug-esata-rev13", "globalscale,sheevaplug-esata", "globalscale,sheevaplug", "marvell,kirkwood-88f6281", "marvell,kirkwood";
  12. ocp@f1000000 {
  13. sata@80000 {
  14. status = "okay";
  15. nr-ports = <2>;
  16. };
  17. mvsdio@90000 {
  18. pinctrl-0 = <&pmx_sdio &pmx_sdio_cd &pmx_sdio_wp>;
  19. pinctrl-names = "default";
  20. status = "okay";
  21. cd-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
  22. wp-gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
  23. };
  24. };
  25. gpio-leds {
  26. compatible = "gpio-leds";
  27. pinctrl-0 = <&pmx_led_blue>;
  28. pinctrl-names = "default";
  29. health {
  30. label = "sheevaplug:blue:health";
  31. gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
  32. default-state = "keep";
  33. };
  34. };
  35. };