Skip to content

Commit 82e1baa

Browse files
bogdanovsnashif
authored andcommitted
dts: arm: ti: cc23x0: Add I2C support
Add support for I2C to cc23x0 SoC. Signed-off-by: Stoyan Bogdanov <[email protected]>
1 parent 49ef7d4 commit 82e1baa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dts/arm/ti/cc23x0.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,15 @@
240240
dma-names = "dma";
241241
status = "disabled";
242242
};
243+
244+
i2c0: i2c@40038000 {
245+
compatible = "ti,cc23x0-i2c";
246+
#address-cells = <1>;
247+
#size-cells = <0>;
248+
reg = <0x40038000 0x820>;
249+
interrupts = <12 0>;
250+
status = "disabled";
251+
};
243252
};
244253
};
245254

0 commit comments

Comments
 (0)