aboutsummaryrefslogtreecommitdiff
path: root/src/arm/sun8i-h3-orangepi-2.dts
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2019-09-28 22:35:29 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2019-09-28 22:35:29 +0000
commitddee9fd0fa975df750c12dd63cdf18715e51a634 (patch)
tree3884661a8bed8a0e3100b1d6b5402b3860389b6f /src/arm/sun8i-h3-orangepi-2.dts
parent0db636cb5e9747c177d4fe9ae36c20987819a1b6 (diff)
downloadsrc-ddee9fd0fa975df750c12dd63cdf18715e51a634.tar.gz
src-ddee9fd0fa975df750c12dd63cdf18715e51a634.zip
Import DTS from Linux 5.2vendor/device-tree/5.2
Notes
Notes: svn path=/vendor/device-tree/dist/; revision=352854 svn path=/vendor/device-tree/5.2/; revision=352855; tag=vendor/device-tree/5.2
Diffstat (limited to 'src/arm/sun8i-h3-orangepi-2.dts')
-rw-r--r--src/arm/sun8i-h3-orangepi-2.dts34
1 files changed, 2 insertions, 32 deletions
diff --git a/src/arm/sun8i-h3-orangepi-2.dts b/src/arm/sun8i-h3-orangepi-2.dts
index f1fc6bdca8be..597c425d08ec 100644
--- a/src/arm/sun8i-h3-orangepi-2.dts
+++ b/src/arm/sun8i-h3-orangepi-2.dts
@@ -75,8 +75,6 @@
leds {
compatible = "gpio-leds";
- pinctrl-names = "default";
- pinctrl-0 = <&leds_opc>, <&leds_r_opc>;
status_led {
label = "orangepi:red:status";
@@ -92,8 +90,6 @@
r_gpio_keys {
compatible = "gpio-keys";
- pinctrl-names = "default";
- pinctrl-0 = <&sw_r_opc>;
sw2 {
label = "sw2";
@@ -110,8 +106,6 @@
wifi_pwrseq: wifi_pwrseq {
compatible = "mmc-pwrseq-simple";
- pinctrl-names = "default";
- pinctrl-0 = <&wifi_pwrseq_pin_orangepi>;
reset-gpios = <&r_pio 0 7 GPIO_ACTIVE_LOW>; /* PL7 WIFI_EN */
};
};
@@ -152,7 +146,7 @@
&ir {
pinctrl-names = "default";
- pinctrl-0 = <&ir_pins_a>;
+ pinctrl-0 = <&r_ir_rx_pin>;
status = "okay";
};
@@ -179,30 +173,6 @@
};
};
-&pio {
- leds_opc: led_pins {
- pins = "PA15";
- function = "gpio_out";
- };
-};
-
-&r_pio {
- leds_r_opc: led_pins {
- pins = "PL10";
- function = "gpio_out";
- };
-
- sw_r_opc: key_pins {
- pins = "PL3", "PL4";
- function = "gpio_in";
- };
-
- wifi_pwrseq_pin_orangepi: wifi_pwrseq_pin {
- pins = "PL7";
- function = "gpio_out";
- };
-};
-
&reg_usb1_vbus {
gpio = <&pio 6 13 GPIO_ACTIVE_HIGH>;
status = "okay";
@@ -210,7 +180,7 @@
&uart0 {
pinctrl-names = "default";
- pinctrl-0 = <&uart0_pins_a>;
+ pinctrl-0 = <&uart0_pa_pins>;
status = "okay";
};