Commit 0da34906 authored by Ryder Lee's avatar Ryder Lee Committed by Matthias Brugger

arm64: dts: mt7622: add ePA/eLNA pinmux for built-in WiFi

This just illustrates one of possible combinations. User should setup
the corresponding pins according to the onboard RF data that stores
in eeprom.
Signed-off-by: default avatarRyder Lee <ryder.lee@mediatek.com>
Link: https://lore.kernel.org/r/641c5e40f54e7c9c8eaa6be398d7169445b6fede.1617006498.git.ryder.lee@mediatek.comSigned-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent f2674c0c
......@@ -495,6 +495,16 @@ mux {
groups = "watchdog";
};
};
wmac_pins: wmac-pins {
mux {
function = "antsel";
groups = "antsel0", "antsel1", "antsel2", "antsel3",
"antsel4", "antsel5", "antsel6", "antsel7",
"antsel8", "antsel9", "antsel12", "antsel13",
"antsel14", "antsel15", "antsel16", "antsel17";
};
};
};
&pwm {
......@@ -559,5 +569,7 @@ &watchdog {
};
&wmac {
pinctrl-names = "default";
pinctrl-0 = <&wmac_pins>;
status = "okay";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment