ARM: dts: rtd1195: Add CRT syscon node
Prepare a CRT syscon mfd node. Acked-by: James Tai <james.tai@realtek.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
cc022ebcaf
commit
aff13f7cc8
@ -100,6 +100,15 @@
|
|||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
ranges = <0x0 0x18000000 0x70000>;
|
ranges = <0x0 0x18000000 0x70000>;
|
||||||
|
|
||||||
|
crt: syscon@0 {
|
||||||
|
compatible = "syscon", "simple-mfd";
|
||||||
|
reg = <0x0 0x1000>;
|
||||||
|
reg-io-width = <4>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
ranges = <0x0 0x0 0x1000>;
|
||||||
|
};
|
||||||
|
|
||||||
iso: syscon@7000 {
|
iso: syscon@7000 {
|
||||||
compatible = "syscon", "simple-mfd";
|
compatible = "syscon", "simple-mfd";
|
||||||
reg = <0x7000 0x1000>;
|
reg = <0x7000 0x1000>;
|
||||||
|
Loading…
Reference in New Issue
Block a user