mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
arm64: dts: Add uart for mt6797 EVB
This patch adds the pinctrl configuration for the mt6797 EVB. Signed-off-by: Matthias Brugger <mbrugger@suse.com>
This commit is contained in:
parent
58bef10e47
commit
e8c165fec9
@ -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>,
|
||||
|
Loading…
Reference in New Issue
Block a user