mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
arm64: dts: rockchip: rk3588: add firmware\optee\scmi node
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> Change-Id: Iaafea568783ca140717e8cde02c59775576c769e
This commit is contained in:
@@ -40,6 +40,39 @@
|
||||
interrupt-affinity = <&cpu0>;
|
||||
};
|
||||
|
||||
firmware {
|
||||
optee: optee {
|
||||
compatible = "linaro,optee-tz";
|
||||
method = "smc";
|
||||
};
|
||||
|
||||
scmi: scmi {
|
||||
compatible = "arm,scmi-smc";
|
||||
shmem = <&scmi_shmem>;
|
||||
arm,smc-id = <0x82000010>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
scmi_clk: protocol@14 {
|
||||
reg = <0x14>;
|
||||
#clock-cells = <1>;
|
||||
|
||||
assigned-clocks = <&scmi_clk SCMI_SPLL>;
|
||||
assigned-clock-rates = <700000000>;
|
||||
};
|
||||
|
||||
scmi_reset: protocol@16 {
|
||||
reg = <0x16>;
|
||||
#reset-cells = <1>;
|
||||
};
|
||||
};
|
||||
|
||||
sdei: sdei {
|
||||
compatible = "arm,sdei-1.0";
|
||||
method = "smc";
|
||||
};
|
||||
};
|
||||
|
||||
psci {
|
||||
compatible = "arm,psci-1.0";
|
||||
method = "smc";
|
||||
@@ -74,6 +107,19 @@
|
||||
clock-output-names = "xin24m";
|
||||
};
|
||||
|
||||
sram@10f000 {
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x0 0x0010f000 0x0 0x100>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
ranges = <0 0x0 0x0010f000 0x100>;
|
||||
|
||||
scmi_shmem: sram@0 {
|
||||
compatible = "arm,scmi-shmem";
|
||||
reg = <0x0 0x100>;
|
||||
};
|
||||
};
|
||||
|
||||
syssram: sram@fd600000 {
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x0 0xfd600000 0x0 0x100000>;
|
||||
|
||||
Reference in New Issue
Block a user