arm64: dts: rockchip: add scmi node for rk3568

Change-Id: I7e07abbec0d75d45ed693c82c7f16e7aaa1fa41b
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
This commit is contained in:
XiaoDong Huang
2020-12-11 15:09:14 +08:00
committed by Tao Huang
parent 8fa1516479
commit 3df1a47a05

View File

@@ -162,6 +162,20 @@
compatible = "linaro,optee-tz";
method = "smc";
};
scmi: scmi {
compatible = "arm,scmi-smc";
shmem = <&scmi_shmem>;
arm,smc-id = <0x8200000f>;
#address-cells = <1>;
#size-cells = <0>;
scmi_clk: protocol@14 {
reg = <0x14>;
shmem = <&scmi_shmem>;
#clock-cells = <1>;
};
};
};
mpp_srv: mpp-srv {
@@ -561,6 +575,11 @@
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x0 0x0 0xfdcc0000 0xc000>;
scmi_shmem: scmi-shmem@0 {
compatible = "arm,scmi-shmem";
reg = <0x0 0x200>;
};
};
pmucru: clock-controller@fdd00000 {