mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-24 11:57:32 +07:00
arm64: dts: realtek: rtd139x: Add SB2 and SCPU Wrapper syscon nodes
Add syscon mfd nodes for SB2 and SCPU Wrapper to RTD139x DT. Acked-by: James Tai <james.tai@realtek.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
6de1aced8b
commit
dd473726dc
@ -79,6 +79,15 @@ iso: syscon@7000 {
|
||||
ranges = <0x0 0x7000 0x1000>;
|
||||
};
|
||||
|
||||
sb2: syscon@1a000 {
|
||||
compatible = "syscon", "simple-mfd";
|
||||
reg = <0x1a000 0x1000>;
|
||||
reg-io-width = <4>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
ranges = <0x0 0x1a000 0x1000>;
|
||||
};
|
||||
|
||||
misc: syscon@1b000 {
|
||||
compatible = "syscon", "simple-mfd";
|
||||
reg = <0x1b000 0x1000>;
|
||||
@ -87,6 +96,15 @@ misc: syscon@1b000 {
|
||||
#size-cells = <1>;
|
||||
ranges = <0x0 0x1b000 0x1000>;
|
||||
};
|
||||
|
||||
scpu_wrapper: syscon@1d000 {
|
||||
compatible = "syscon", "simple-mfd";
|
||||
reg = <0x1d000 0x2000>;
|
||||
reg-io-width = <4>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
ranges = <0x0 0x1d000 0x2000>;
|
||||
};
|
||||
};
|
||||
|
||||
gic: interrupt-controller@ff011000 {
|
||||
|
Loading…
Reference in New Issue
Block a user