ipq807x: wf196: add pin config for MCU reset

This adds config for nRF52833 MCU reset pin on the CIG WF-196.

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
Piotr Dymacz
2022-11-22 12:10:43 +01:00
committed by John Crispin
parent b9d43eb897
commit b61b3aa06f

View File

@@ -155,6 +155,17 @@
};
&tlmm {
pinctrl-0 = <&mcu_rst>;
pinctrl-names = "default";
mcu_rst: mcu_rst_pins {
pins = "gpio34";
function = "gpio";
drive-strength = <8>;
bias-disable;
output-high;
};
mdio_pins: mdio_pinmux {
mux_0 {
pins = "gpio68";