Lines Matching +full:uart11 +full:- +full:pins
1 // SPDX-License-Identifier: GPL-2.0
4 * Author: Shan-Chun Hung <schung@nuvoton.com>
8 /dts-v1/;
12 model = "Nuvoton MA35D1-SOM";
13 compatible = "nuvoton,ma35d1-som", "nuvoton,ma35d1";
17 serial11 = &uart11;
24 stdout-path = "serial0:115200n8";
32 clk_hxt: clock-hxt {
33 compatible = "fixed-clock";
34 #clock-cells = <0>;
35 clock-frequency = <24000000>;
36 clock-output-names = "clk_hxt";
41 assigned-clocks = <&clk CAPLL>,
46 assigned-clock-rates = <800000000>,
51 nuvoton,pll-mode = "integer",
59 uart-grp {
60 pinctrl_uart0: uart0-pins {
61 nuvoton,pins = <4 14 1>,
63 bias-disable;
64 power-source = <1>;
67 pinctrl_uart11: uart11-pins {
68 nuvoton,pins = <11 0 2>,
72 bias-disable;
73 power-source = <1>;
76 pinctrl_uart12: uart12-pins {
77 nuvoton,pins = <8 1 2>,
80 bias-disable;
81 power-source = <1>;
84 pinctrl_uart14: uart14-pins {
85 nuvoton,pins = <8 5 2>,
88 bias-disable;
89 power-source = <1>;
92 pinctrl_uart16: uart16-pins {
93 nuvoton,pins = <10 0 2>,
97 bias-disable;
98 power-source = <1>;
104 pinctrl-names = "default";
105 pinctrl-0 = <&pinctrl_uart0>;
109 &uart11 {
110 pinctrl-names = "default";
111 pinctrl-0 = <&pinctrl_uart11>;
116 pinctrl-names = "default";
117 pinctrl-0 = <&pinctrl_uart12>;
122 pinctrl-names = "default";
123 pinctrl-0 = <&pinctrl_uart14>;
128 pinctrl-names = "default";
129 pinctrl-0 = <&pinctrl_uart16>;