File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 74
74
status = "disabled";
75
75
};
76
76
};
77
+
78
+ uart1: uart@40100000 {
79
+ compatible = "ti,mspm0-uart";
80
+ reg = <0x40100000 0x2000>;
81
+ interrupts = <13 0>;
82
+ current-speed = <115200>;
83
+ clocks = <&ckm MSPM0_CLOCK_ULPCLK>;
84
+ clk-div = <1>;
85
+ status = "disabled";
86
+ };
87
+
88
+ uart2: uart@40102000 {
89
+ compatible = "ti,mspm0-uart";
90
+ reg = <0x40102000 0x2000>;
91
+ interrupts = <14 0>;
92
+ current-speed = <115200>;
93
+ clocks = <&ckm MSPM0_CLOCK_ULPCLK>;
94
+ clk-div = <1>;
95
+ status = "disabled";
96
+ };
97
+
98
+ uart3: uart@40500000 {
99
+ compatible = "ti,mspm0-uart";
100
+ reg = <0x40500000 0x2000>;
101
+ interrupts = <3 0>;
102
+ current-speed = <115200>;
103
+ clocks = <&ckm MSPM0_CLOCK_ULPCLK>;
104
+ clk-div = <1>;
105
+ status = "disabled";
106
+ };
77
107
};
78
108
};
Original file line number Diff line number Diff line change 143
143
uart0: uart@40108000 {
144
144
compatible = "ti,mspm0-uart";
145
145
reg = <0x40108000 0x2000>;
146
+ interrupts = <15 0>;
146
147
current-speed = <115200>;
147
148
clocks = <&ckm MSPM0_CLOCK_ULPCLK>;
148
149
clk-div = <1>;
You can’t perform that action at this time.
0 commit comments