Skip to content

Commit 900995e

Browse files
committed
dts: arm: ti: mspm0: Add a support for uart
Add a support for serial debug uart. Signed-off-by: Saravanan Sekar <[email protected]> Signed-off-by: Jackson Farley <[email protected]>
1 parent 49bdc2b commit 900995e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dts/arm/ti/mspm0/mspm0.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,15 @@
131131
#gpio-cells = <2>;
132132
};
133133
};
134+
135+
uart0: uart@40108000 {
136+
compatible = "ti,mspm0-uart";
137+
reg = <0x40108000 0x2000>;
138+
current-speed = <115200>;
139+
clocks = <&ckm MSPM0_CLOCK_ULPCLK>;
140+
clk-div = <1>;
141+
status = "disabled";
142+
};
134143
};
135144
};
136145

0 commit comments

Comments
 (0)