We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a4262 commit 502e622Copy full SHA for 502e622
dts/riscv/wch/ch32v0/ch32v003.dtsi
@@ -102,6 +102,16 @@
102
};
103
104
105
+ i2c1: i2c@40005400 {
106
+ compatible = "wch,i2c";
107
+ #address-cells = <1>;
108
+ #size-cells = <0>;
109
+ reg = <0x40005400 0x400>;
110
+ clocks = <&rcc CH32V00X_CLOCK_I2C1>;
111
+ interrupt-parent = <&pfic>;
112
+ interrupts = <30>, <31>;
113
+ };
114
+
115
usart1: uart@40013800 {
116
compatible = "wch,usart";
117
reg = <0x40013800 0x10>;
0 commit comments