File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 173
173
status = "disabled";
174
174
};
175
175
176
+ i2c@1fe00120 {
177
+ compatible = "loongson,ls2k-i2c";
178
+ reg = <0x0 0x1fe00120 0x0 0x8>;
179
+ interrupt-parent = <&liointc>;
180
+ interrupts = <8 IRQ_TYPE_LEVEL_HIGH>;
181
+ status = "disabled";
182
+ };
183
+
184
+ i2c@1fe00130 {
185
+ compatible = "loongson,ls2k-i2c";
186
+ reg = <0x0 0x1fe00130 0x0 0x8>;
187
+ interrupt-parent = <&liointc>;
188
+ interrupts = <9 IRQ_TYPE_LEVEL_HIGH>;
189
+ status = "disabled";
190
+ };
191
+
176
192
uart0: serial@1fe001e0 {
177
193
compatible = "ns16550a";
178
194
reg = <0x0 0x1fe001e0 0x0 0x10>;
243
259
status = "disabled";
244
260
};
245
261
246
- hda @7,0 {
262
+ i2s @7,0 {
247
263
reg = <0x3800 0x0 0x0 0x0 0x0>;
248
- interrupts = <58 IRQ_TYPE_LEVEL_HIGH>;
264
+ interrupts = <78 IRQ_TYPE_LEVEL_HIGH>,
265
+ <79 IRQ_TYPE_LEVEL_HIGH>;
266
+ interrupt-names = "tx", "rx";
249
267
interrupt-parent = <&pic>;
250
268
status = "disabled";
251
269
};
You can’t perform that action at this time.
0 commit comments