diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2017-06-20 02:28:15 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2017-06-20 02:28:15 +0000 |
commit | 8fdc67f730291b64de002bf95d19ae75e058b8ce (patch) | |
tree | 7168a4d1758594b7d9d103004964d3ab4a44d2a3 /src/arm/sun8i-h3-orangepi-lite.dts | |
parent | ff018dbf5bb142aa83bd955e5b6c55d66e9e9c1e (diff) | |
download | src-test2-8fdc67f730291b64de002bf95d19ae75e058b8ce.tar.gz src-test2-8fdc67f730291b64de002bf95d19ae75e058b8ce.zip |
Notes
Diffstat (limited to 'src/arm/sun8i-h3-orangepi-lite.dts')
-rw-r--r-- | src/arm/sun8i-h3-orangepi-lite.dts | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/src/arm/sun8i-h3-orangepi-lite.dts b/src/arm/sun8i-h3-orangepi-lite.dts index 1550fee1ec68..22b99b407019 100644 --- a/src/arm/sun8i-h3-orangepi-lite.dts +++ b/src/arm/sun8i-h3-orangepi-lite.dts @@ -143,26 +143,20 @@ &pio { leds_opc: led_pins@0 { - allwinner,pins = "PA15"; - allwinner,function = "gpio_out"; - allwinner,drive = <SUN4I_PINCTRL_10_MA>; - allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; + pins = "PA15"; + function = "gpio_out"; }; }; &r_pio { leds_r_opc: led_pins@0 { - allwinner,pins = "PL10"; - allwinner,function = "gpio_out"; - allwinner,drive = <SUN4I_PINCTRL_10_MA>; - allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; + pins = "PL10"; + function = "gpio_out"; }; sw_r_opc: key_pins@0 { - allwinner,pins = "PL3"; - allwinner,function = "gpio_in"; - allwinner,drive = <SUN4I_PINCTRL_10_MA>; - allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; + pins = "PL3"; + function = "gpio_in"; }; }; |