arm64: dts: rockchip: rk1808: add PSCI node

Add PSCI node for RK1808 SoC, and cpu node enable-method property is
set to "psci".

Change-Id: I08c0f49633ec65c6b054c683556add168dd89e48
Signed-off-by: shengfei Xu <xsf@rock-chips.com>
This commit is contained in:
shengfei Xu
2018-09-30 09:07:44 +08:00
committed by Tao Huang
parent 0543c0124d
commit 5f09787e92

View File

@@ -42,6 +42,7 @@
device_type = "cpu";
compatible = "arm,cortex-a35", "arm,armv8";
reg = <0x0 0x0>;
enable-method = "psci";
clocks = <&cru ARMCLK>;
};
@@ -49,6 +50,7 @@
device_type = "cpu";
compatible = "arm,cortex-a35", "arm,armv8";
reg = <0x0 0x1>;
enable-method = "psci";
clocks = <&cru ARMCLK>;
};
};
@@ -67,6 +69,11 @@
#clock-cells = <0>;
};
psci {
compatible = "arm,psci-1.0";
method = "smc";
};
timer {
compatible = "arm,armv8-timer";
interrupts = <GIC_PPI 13 IRQ_TYPE_LEVEL_LOW>,