diff options
Diffstat (limited to 'target/linux/ramips/dts/D240.dts')
-rw-r--r-- | target/linux/ramips/dts/D240.dts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/D240.dts b/target/linux/ramips/dts/D240.dts index ef45d38e61..46d014126d 100644 --- a/target/linux/ramips/dts/D240.dts +++ b/target/linux/ramips/dts/D240.dts @@ -46,6 +46,17 @@ bootargs = "console=ttyS0,115200"; }; + gpio-export { + compatible = "gpio-export"; + #size-cells = <0>; + + power_mpcie2 { + gpio-export,name = "power_mpcie2"; + gpio-export,output = <GPIO_ACTIVE_LOW>; + gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>; + }; + }; + gpio-leds { compatible = "gpio-leds"; |