diff --git a/arch/arm/boot/dts/mt7623.dtsi b/arch/arm/boot/dts/mt7623.dtsi index 25d31e40a553..c0c2d0fb6b5b 100644 --- a/arch/arm/boot/dts/mt7623.dtsi +++ b/arch/arm/boot/dts/mt7623.dtsi @@ -1090,7 +1090,13 @@ led_pins_a: leds-alt { pins-leds { pinmux = , , - ; + , + , + , + , + , + , + ; }; }; diff --git a/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts b/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts index 5008115d2494..d0429c09ec91 100644 --- a/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts +++ b/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts @@ -126,6 +126,42 @@ red { gpios = <&pio 239 GPIO_ACTIVE_LOW>; default-state = "off"; }; + + cust-0 { + label = "bpi-r2:pio:cust0"; + gpios = <&pio 18 GPIO_ACTIVE_HIGH>; + default-state = "off"; + }; + + cust-1 { + label = "bpi-r2:pio:cust1"; + gpios = <&pio 19 GPIO_ACTIVE_HIGH>; + default-state = "off"; + }; + + cust-2 { + label = "bpi-r2:pio:cust2"; + gpios = <&pio 21 GPIO_ACTIVE_HIGH>; + default-state = "off"; + }; + + cust-3 { + label = "bpi-r2:pio:cust3"; + gpios = <&pio 22 GPIO_ACTIVE_HIGH>; + default-state = "off"; + }; + + cust-4 { + label = "bpi-r2:pio:cust4"; + gpios = <&pio 24 GPIO_ACTIVE_HIGH>; + default-state = "off"; + }; + + cust-5 { + label = "bpi-r2:pio:cust5"; + gpios = <&pio 25 GPIO_ACTIVE_HIGH>; + default-state = "off"; + }; }; memory@80000000 {