Skip to content

Commit f532172

Browse files
bogdanovskartben
authored andcommitted
dts: arm: ti: cc23x0: Add UART support
Add support for UART to cc23x0 SoC. Signed-off-by: Lars Thalian Morstad <l-morstad@ti.com> Signed-off-by: Vebjorn Myklebust <v.myklebust@ti.com> Signed-off-by: Stoyan Bogdanov <sbogdanov@baylibre.com> Signed-off-by: Julien Panis <jpanis@baylibre.com>
1 parent 4d14617 commit f532172

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dts/arm/ti/cc23x0.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@
7171
#gpio-cells = <2>; /* Pin (ID), and flags */
7272
ngpios = <26>; /* Only [DIO0, DIO25] are available */
7373
};
74+
75+
uart0: uart@40034000 {
76+
compatible = "ti,cc23x0-uart";
77+
reg = <0x40034000 0x52>;
78+
interrupts = <11 0>;
79+
clocks = <&sysclk>;
80+
status = "disabled";
81+
};
7482
};
7583
};
7684

0 commit comments

Comments
 (0)