Skip to content

Commit 082c6a2

Browse files
iuncuimwens
authored andcommitted
arm64: dts: allwinner: A523: Add SID controller node
The SID controller should be compatible with A64 and others SoC with 0x200 offset. Signed-off-by: Mikhail Kalashnikov <iuncuim@gmail.com> Reviewed-by: Chen-Yu Tsai <wens@csie.org> Link: https://patch.msgid.link/20250703151132.2642378-8-iuncuim@gmail.com [wens@csie.org: Fixed position of SID device node] Signed-off-by: Chen-Yu Tsai <wens@csie.org>
1 parent 8f128f3 commit 082c6a2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm64/boot/dts/allwinner/sun55i-a523.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,14 @@
379379
ranges;
380380
};
381381

382+
sid: efuse@3006000 {
383+
compatible = "allwinner,sun55i-a523-sid",
384+
"allwinner,sun50i-a64-sid";
385+
reg = <0x03006000 0x1000>;
386+
#address-cells = <1>;
387+
#size-cells = <1>;
388+
};
389+
382390
gic: interrupt-controller@3400000 {
383391
compatible = "arm,gic-v3";
384392
#address-cells = <1>;

0 commit comments

Comments
 (0)