ipq40xx: clean up Linksys WHW03 V2 DTS
Apply stylistic changes to facilitate DTS merging with WHW03 V1. Signed-off-by: Rodrigo Balerdi <lanchon@gmail.com> Link: https://github.com/openwrt/openwrt/pull/15345 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
c904875562
commit
5ac0615b7e
1 changed files with 18 additions and 27 deletions
|
@ -17,8 +17,7 @@
|
||||||
led-upgrade = &led_red;
|
led-upgrade = &led_red;
|
||||||
};
|
};
|
||||||
|
|
||||||
// The arguments rootfstype and ro are needed
|
// Default bootargs include rootfstype=ext4 and need to be overriden.
|
||||||
// to override the default bootargs
|
|
||||||
chosen {
|
chosen {
|
||||||
bootargs-append = " root=/dev/ubiblock0_0 rootfstype=squashfs ro";
|
bootargs-append = " root=/dev/ubiblock0_0 rootfstype=squashfs ro";
|
||||||
stdout-path = &blsp1_uart1;
|
stdout-path = &blsp1_uart1;
|
||||||
|
@ -80,33 +79,27 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
i2c_0_pins: i2c-0-pinmux {
|
i2c_0_pins: i2c-0-pinmux {
|
||||||
mux {
|
pins = "gpio20", "gpio21";
|
||||||
function = "blsp_i2c0";
|
function = "blsp_i2c0";
|
||||||
pins = "gpio20", "gpio21";
|
bias-disable;
|
||||||
bias-disable;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
serial_0_pins: serial0-pinmux {
|
serial_0_pins: serial0-pinmux {
|
||||||
mux {
|
pins = "gpio16", "gpio17";
|
||||||
pins = "gpio16", "gpio17";
|
function = "blsp_uart0";
|
||||||
function = "blsp_uart0";
|
bias-disable;
|
||||||
bias-disable;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
serial_1_pins: serial1-pinmux {
|
serial_1_pins: serial1-pinmux {
|
||||||
mux {
|
pins = "gpio8", "gpio9", "gpio10", "gpio11";
|
||||||
pins = "gpio8", "gpio9", "gpio10", "gpio11";
|
function = "blsp_uart1";
|
||||||
function = "blsp_uart1";
|
bias-disable;
|
||||||
bias-disable;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
spi_0_pins: spi-0-pinmux {
|
spi_0_pins: spi-0-pinmux {
|
||||||
mux {
|
mux {
|
||||||
function = "blsp_spi0";
|
|
||||||
pins = "gpio13", "gpio14", "gpio15";
|
pins = "gpio13", "gpio14", "gpio15";
|
||||||
|
function = "blsp_spi0";
|
||||||
drive-strength = <12>;
|
drive-strength = <12>;
|
||||||
bias-disable;
|
bias-disable;
|
||||||
};
|
};
|
||||||
|
@ -121,8 +114,8 @@
|
||||||
|
|
||||||
spi_1_pins: spi-1-pinmux {
|
spi_1_pins: spi-1-pinmux {
|
||||||
mux-1 {
|
mux-1 {
|
||||||
|
pins = "gpio44", "gpio46", "gpio47";
|
||||||
function = "blsp_spi1";
|
function = "blsp_spi1";
|
||||||
pins = "gpio44", "gpio46","gpio47";
|
|
||||||
bias-disable;
|
bias-disable;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -141,13 +134,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
wifi_0_pins: wifi0-pinmux {
|
wifi_0_pins: wifi0-pinmux {
|
||||||
btcoexist {
|
pins = "gpio52";
|
||||||
bias-pull-up;
|
function = "gpio";
|
||||||
drive-strength = <6>;
|
drive-strength = <6>;
|
||||||
function = "gpio";
|
bias-pull-up;
|
||||||
output-high;
|
output-high;
|
||||||
pins = "gpio52";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
zigbee-0 {
|
zigbee-0 {
|
||||||
|
@ -485,7 +476,7 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
qcom,coexist-support = <1>;
|
qcom,coexist-support = <1>;
|
||||||
qcom,coexist-gpio-pin = <0x34>;
|
qcom,coexist-gpio-pin = <52>;
|
||||||
|
|
||||||
qcom,ath10k-calibration-variant = "linksys-whw03v2";
|
qcom,ath10k-calibration-variant = "linksys-whw03v2";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue