Commit e8c165fe authored by Matthias Brugger's avatar Matthias Brugger Committed by Matthias Brugger

arm64: dts: Add uart for mt6797 EVB

This patch adds the pinctrl configuration for the mt6797 EVB.
Signed-off-by: default avatarMatthias Brugger <mbrugger@suse.com>
parent 58bef10e
......@@ -33,4 +33,6 @@ memory@40000000 {
&uart0 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&uart0_pins_a>;
};
......@@ -142,6 +142,13 @@ pio: pinctrl@10005000 {
gpio-controller;
#gpio-cells = <2>;
uart0_pins_a: uart0 {
pins0 {
pinmux = <MT6797_GPIO234__FUNC_UTXD0>,
<MT6797_GPIO235__FUNC_URXD0>;
};
};
uart1_pins_a: uart1 {
pins1 {
pinmux = <MT6797_GPIO232__FUNC_URXD1>,
......
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