Skip to content

Commit 71a11d1

Browse files
committed
RISC-V: Add StarFive JH7100 audio reset node
Add device tree node for the audio resets on the StarFive JH7100 RISC-V SoC. Signed-off-by: Emil Renner Berthing <[email protected]>
1 parent 6c4bc7a commit 71a11d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/riscv/boot/dts/starfive/jh7100.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,12 @@
250250
#clock-cells = <1>;
251251
};
252252

253+
audrst: reset-controller@10490000 {
254+
compatible = "starfive,jh7100-audrst";
255+
reg = <0x0 0x10490000 0x0 0x10000>;
256+
#reset-cells = <1>;
257+
};
258+
253259
usb3: usb@104c0000 {
254260
compatible = "cdns,usb3";
255261
reg = <0x0 0x104c0000 0x0 0x10000>, // memory area for HOST registers

0 commit comments

Comments
 (0)