diff options
Diffstat (limited to 'target/linux/ramips/dts/kn_rc.dts')
-rw-r--r-- | target/linux/ramips/dts/kn_rc.dts | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/target/linux/ramips/dts/kn_rc.dts b/target/linux/ramips/dts/kn_rc.dts index 3c9dfb4d24..d275902d1b 100644 --- a/target/linux/ramips/dts/kn_rc.dts +++ b/target/linux/ramips/dts/kn_rc.dts @@ -13,17 +13,17 @@ wan { label = "kn_rc:green:wan"; - gpios = <&gpio0 38 GPIO_ACTIVE_LOW>; + gpios = <&gpio1 14 GPIO_ACTIVE_LOW>; }; usb { label = "kn_rc:green:usb"; - gpios = <&gpio0 39 GPIO_ACTIVE_LOW>; + gpios = <&gpio1 15 GPIO_ACTIVE_LOW>; }; wifi { label = "kn_rc:green:wifi"; - gpios = <&gpio0 72 GPIO_ACTIVE_LOW>; + gpios = <&gpio3 0 GPIO_ACTIVE_LOW>; }; power { @@ -69,6 +69,14 @@ }; }; +&gpio1 { + status = "okay"; +}; + +&gpio3 { + status = "okay"; +}; + &spi0 { status = "okay"; |