arm64: dts: rockchip: rk3588s: Add clocks for cpu

Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
Change-Id: Id9a1bfac2c1c8033afd378b429eb95dc62a0fb8e
This commit is contained in:
Finley Xiao 2021-11-09 15:58:27 +08:00 committed by Tao Huang
parent b60fc71441
commit 66ddcf3103

View File

@ -90,6 +90,7 @@ cpu_l0: cpu@0 {
reg = <0x0>;
enable-method = "psci";
capacity-dmips-mhz = <530>;
clocks = <&cru ARMCLK_L>;
};
cpu_l1: cpu@100 {
@ -98,6 +99,7 @@ cpu_l1: cpu@100 {
reg = <0x100>;
enable-method = "psci";
capacity-dmips-mhz = <530>;
clocks = <&cru ARMCLK_L>;
};
cpu_l2: cpu@200 {
@ -106,6 +108,7 @@ cpu_l2: cpu@200 {
reg = <0x200>;
enable-method = "psci";
capacity-dmips-mhz = <530>;
clocks = <&cru ARMCLK_L>;
};
cpu_l3: cpu@300 {
@ -114,6 +117,7 @@ cpu_l3: cpu@300 {
reg = <0x300>;
enable-method = "psci";
capacity-dmips-mhz = <530>;
clocks = <&cru ARMCLK_L>;
};
cpu_b0: cpu@400 {
@ -122,6 +126,7 @@ cpu_b0: cpu@400 {
reg = <0x400>;
enable-method = "psci";
capacity-dmips-mhz = <1024>;
clocks = <&cru ARMCLK_B01>;
};
cpu_b1: cpu@500 {
@ -130,6 +135,7 @@ cpu_b1: cpu@500 {
reg = <0x500>;
enable-method = "psci";
capacity-dmips-mhz = <1024>;
clocks = <&cru ARMCLK_B01>;
};
cpu_b2: cpu@600 {
@ -138,6 +144,7 @@ cpu_b2: cpu@600 {
reg = <0x600>;
enable-method = "psci";
capacity-dmips-mhz = <1024>;
clocks = <&cru ARMCLK_B23>;
};
cpu_b3: cpu@700 {
@ -146,6 +153,7 @@ cpu_b3: cpu@700 {
reg = <0x700>;
enable-method = "psci";
capacity-dmips-mhz = <1024>;
clocks = <&cru ARMCLK_B23>;
};
};