1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
11 /*#include "am33xx.dtsi"*/
15 pinctrl-names = "default";
16 pinctrl-0 = <&user_leds>;
18 compatible = "gpio-leds";
21 label = "onrisc:red:power";
22 linux,default-trigger = "default-on";
23 gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
27 label = "onrisc:blue:wlan";
28 gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>;
29 default-state = "off";
32 label = "onrisc:green:app";
33 gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>;
34 default-state = "off";
40 user_leds: pinmux_user_leds {
41 pinctrl-single,pins = <
42 AM33XX_PADCONF(AM335X_PIN_MII1_COL, PIN_OUTPUT_PULLDOWN, MUX_MODE7) /* mii1_col.gpio3_0 PWR LED */
43 AM33XX_PADCONF(AM335X_PIN_MII1_TXD3, PIN_OUTPUT_PULLDOWN, MUX_MODE7) /* mii1_txd3.gpio0_16 WLAN LED */
44 AM33XX_PADCONF(AM335X_PIN_MII1_TXD2, PIN_OUTPUT_PULLDOWN, MUX_MODE7) /* mii1_txd2.gpio0_17 APP LED */