1 // SPDX-License-Identifier: GPL-2.0-only 1 // SPDX-License-Identifier: GPL-2.0-only 2 /* 2 /* 3 * Copyright (C) 2012 Texas Instruments Incorp 3 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ 4 */ 4 */ 5 5 6 /* 6 /* 7 * VScom OnRISC 7 * VScom OnRISC 8 * https://www.vscom.de 8 * https://www.vscom.de 9 */ 9 */ 10 10 11 /*#include "am33xx.dtsi"*/ 11 /*#include "am33xx.dtsi"*/ 12 12 13 / { 13 / { 14 leds { 14 leds { 15 pinctrl-names = "default"; 15 pinctrl-names = "default"; 16 pinctrl-0 = <&user_leds>; 16 pinctrl-0 = <&user_leds>; 17 17 18 compatible = "gpio-leds"; 18 compatible = "gpio-leds"; 19 19 20 led-power { 20 led-power { 21 label = "onrisc:red:po 21 label = "onrisc:red:power"; 22 linux,default-trigger 22 linux,default-trigger = "default-on"; 23 gpios = <&gpio3 0 GPIO 23 gpios = <&gpio3 0 GPIO_ACTIVE_LOW>; 24 default-state = "on"; 24 default-state = "on"; 25 }; 25 }; 26 led-wlan { 26 led-wlan { 27 label = "onrisc:blue:w 27 label = "onrisc:blue:wlan"; 28 gpios = <&gpio0 16 GPI 28 gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>; 29 default-state = "off"; 29 default-state = "off"; 30 }; 30 }; 31 led-app { 31 led-app { 32 label = "onrisc:green: 32 label = "onrisc:green:app"; 33 gpios = <&gpio0 17 GPI 33 gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>; 34 default-state = "off"; 34 default-state = "off"; 35 }; 35 }; 36 }; 36 }; 37 }; 37 }; 38 38 39 &am33xx_pinmux { 39 &am33xx_pinmux { 40 user_leds: user-leds-pins { 40 user_leds: user-leds-pins { 41 pinctrl-single,pins = < 41 pinctrl-single,pins = < 42 AM33XX_PADCONF(AM335X_ 42 AM33XX_PADCONF(AM335X_PIN_MII1_COL, PIN_OUTPUT_PULLDOWN, MUX_MODE7) /* mii1_col.gpio3_0 PWR LED */ 43 AM33XX_PADCONF(AM335X_ 43 AM33XX_PADCONF(AM335X_PIN_MII1_TXD3, PIN_OUTPUT_PULLDOWN, MUX_MODE7) /* mii1_txd3.gpio0_16 WLAN LED */ 44 AM33XX_PADCONF(AM335X_ 44 AM33XX_PADCONF(AM335X_PIN_MII1_TXD2, PIN_OUTPUT_PULLDOWN, MUX_MODE7) /* mii1_txd2.gpio0_17 APP LED */ 45 >; 45 >; 46 }; 46 }; 47 }; 47 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.