Skip to content

Commit 7d7d994

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 dcd6bc8 commit 7d7d994

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
@@ -115,6 +115,15 @@
115115
#gpio-cells = <2>;
116116
};
117117
};
118+
119+
uart0: uart@40108000 {
120+
compatible = "ti,mspm0-uart";
121+
reg = <0x40108000 0x2000>;
122+
current-speed = <115200>;
123+
clocks = <&ckm MSPM0_CLOCK_BUS_ULPCLK>;
124+
clk-div = <1>;
125+
status = "disabled";
126+
};
118127
};
119128
};
120129

0 commit comments

Comments
 (0)