Skip to content

Commit d67b19c

Browse files
committed
dts: arm: ti: cc23x0: Add UART support
Add support for UART to cc23x0 SoC. Signed-off-by: Lars Thalian Morstad <[email protected]> Signed-off-by: Vebjorn Myklebust <[email protected]> Signed-off-by: Stoyan Bogdanov <[email protected]> Signed-off-by: Julien Panis <[email protected]>
1 parent 697d879 commit d67b19c

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
@@ -70,6 +70,14 @@
7070
#gpio-cells = <2>; /* Pin (ID), and flags */
7171
ngpios = <26>; /* Only [DIO0, DIO25] are available */
7272
};
73+
74+
uart0: uart@40034000 {
75+
compatible = "ti,cc23x0-uart";
76+
reg = <0x40034000 0x52>;
77+
interrupts = <11 0>;
78+
clocks = <&sysclk>;
79+
status = "disabled";
80+
};
7381
};
7482
};
7583

0 commit comments

Comments
 (0)