1 // SPDX-License-Identifier: GPL-2.0 2 /* 3 * kirkwood-sheevaplug.dts - Device tree file 4 * 5 * Copyright (C) 2013 Simon Baatz <gmbnomis@gma 6 */ 7 8 /dts-v1/; 9 10 #include "kirkwood-sheevaplug-common.dtsi" 11 12 / { 13 model = "Globalscale Technologies Shee 14 compatible = "globalscale,sheevaplug", 15 16 ocp@f1000000 { 17 mvsdio@90000 { 18 pinctrl-0 = <&pmx_sdio 19 pinctrl-names = "defau 20 status = "okay"; 21 /* No CD or WP GPIOs * 22 broken-cd; 23 }; 24 }; 25 26 gpio-leds { 27 compatible = "gpio-leds"; 28 pinctrl-0 = <&pmx_led_blue &pm 29 pinctrl-names = "default"; 30 31 led-health { 32 label = "sheevaplug:bl 33 gpios = <&gpio1 17 GPI 34 default-state = "keep" 35 }; 36 37 led-misc { 38 label = "sheevaplug:re 39 gpios = <&gpio1 14 GPI 40 }; 41 }; 42 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.