We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c4bc7a commit 71a11d1Copy full SHA for 71a11d1
1 file changed
arch/riscv/boot/dts/starfive/jh7100.dtsi
@@ -250,6 +250,12 @@
250
#clock-cells = <1>;
251
};
252
253
+ audrst: reset-controller@10490000 {
254
+ compatible = "starfive,jh7100-audrst";
255
+ reg = <0x0 0x10490000 0x0 0x10000>;
256
+ #reset-cells = <1>;
257
+ };
258
+
259
usb3: usb@104c0000 {
260
compatible = "cdns,usb3";
261
reg = <0x0 0x104c0000 0x0 0x10000>, // memory area for HOST registers
0 commit comments