kirkwood-sheevaplug.dts 852 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * kirkwood-sheevaplug.dts - Device tree file for 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 SheevaPlug";
  11. compatible = "globalscale,sheevaplug", "marvell,kirkwood-88f6281", "marvell,kirkwood";
  12. ocp@f1000000 {
  13. mvsdio@90000 {
  14. pinctrl-0 = <&pmx_sdio>;
  15. pinctrl-names = "default";
  16. status = "okay";
  17. /* No CD or WP GPIOs */
  18. broken-cd;
  19. };
  20. };
  21. gpio-leds {
  22. compatible = "gpio-leds";
  23. pinctrl-0 = <&pmx_led_blue &pmx_led_red>;
  24. pinctrl-names = "default";
  25. health {
  26. label = "sheevaplug:blue:health";
  27. gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
  28. default-state = "keep";
  29. };
  30. misc {
  31. label = "sheevaplug:red:misc";
  32. gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
  33. };
  34. };
  35. };