mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 18:07:52 +00:00
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:
committed by
John Crispin
parent
b9d43eb897
commit
b61b3aa06f
@@ -155,6 +155,17 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&tlmm {
|
&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 {
|
mdio_pins: mdio_pinmux {
|
||||||
mux_0 {
|
mux_0 {
|
||||||
pins = "gpio68";
|
pins = "gpio68";
|
||||||
|
|||||||
Reference in New Issue
Block a user