ramips: fix ZyXEL Keenetic Omni/Omni II GPIOs
Each GPIO bank has only 24 gpios. Use and enable the correct banks for GPIOs > 24. Signed-off-by: Alexey Belyaev <spider@spider.vc>
This commit is contained in:
parent
3549bad814
commit
187624f759
2 changed files with 22 additions and 6 deletions
|
@ -13,17 +13,17 @@
|
||||||
|
|
||||||
wan {
|
wan {
|
||||||
label = "kn_rc:green:wan";
|
label = "kn_rc:green:wan";
|
||||||
gpios = <&gpio0 38 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
usb {
|
usb {
|
||||||
label = "kn_rc:green:usb";
|
label = "kn_rc:green:usb";
|
||||||
gpios = <&gpio0 39 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
wifi {
|
wifi {
|
||||||
label = "kn_rc:green:wifi";
|
label = "kn_rc:green:wifi";
|
||||||
gpios = <&gpio0 72 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
power {
|
power {
|
||||||
|
@ -69,6 +69,14 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&gpio1 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
&gpio3 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&spi0 {
|
&spi0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
wan {
|
wan {
|
||||||
label = "kn_rc:green:wan";
|
label = "kn_rc:green:wan";
|
||||||
gpios = <&gpio0 38 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
usb {
|
usb {
|
||||||
|
@ -23,12 +23,12 @@
|
||||||
|
|
||||||
wifi {
|
wifi {
|
||||||
label = "kn_rc:green:wifi";
|
label = "kn_rc:green:wifi";
|
||||||
gpios = <&gpio0 72 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
power {
|
power {
|
||||||
label = "kn_rc:green:power";
|
label = "kn_rc:green:power";
|
||||||
gpios = <&gpio0 39 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -69,6 +69,14 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&gpio1 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
&gpio3 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&spi0 {
|
&spi0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue