aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi38
1 files changed, 38 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi b/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi
index 73e0acfd4f98..0e5c58f7624d 100644
--- a/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi
+++ b/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi
@@ -70,14 +70,52 @@
70 device_type = "cpu"; 70 device_type = "cpu";
71 compatible = "arm,cortex-a53", "arm,armv8"; 71 compatible = "arm,cortex-a53", "arm,armv8";
72 reg = <0 0x000>; 72 reg = <0 0x000>;
73 clocks = <&sys_clk 33>;
73 enable-method = "psci"; 74 enable-method = "psci";
75 operating-points-v2 = <&cluster0_opp>;
74 }; 76 };
75 77
76 cpu1: cpu@1 { 78 cpu1: cpu@1 {
77 device_type = "cpu"; 79 device_type = "cpu";
78 compatible = "arm,cortex-a53", "arm,armv8"; 80 compatible = "arm,cortex-a53", "arm,armv8";
79 reg = <0 0x001>; 81 reg = <0 0x001>;
82 clocks = <&sys_clk 33>;
80 enable-method = "psci"; 83 enable-method = "psci";
84 operating-points-v2 = <&cluster0_opp>;
85 };
86 };
87
88 cluster0_opp: opp_table {
89 compatible = "operating-points-v2";
90 opp-shared;
91
92 opp@245000000 {
93 opp-hz = /bits/ 64 <245000000>;
94 clock-latency-ns = <300>;
95 };
96 opp@250000000 {
97 opp-hz = /bits/ 64 <250000000>;
98 clock-latency-ns = <300>;
99 };
100 opp@490000000 {
101 opp-hz = /bits/ 64 <490000000>;
102 clock-latency-ns = <300>;
103 };
104 opp@500000000 {
105 opp-hz = /bits/ 64 <500000000>;
106 clock-latency-ns = <300>;
107 };
108 opp@653334000 {
109 opp-hz = /bits/ 64 <653334000>;
110 clock-latency-ns = <300>;
111 };
112 opp@666667000 {
113 opp-hz = /bits/ 64 <666667000>;
114 clock-latency-ns = <300>;
115 };
116 opp@980000000 {
117 opp-hz = /bits/ 64 <980000000>;
118 clock-latency-ns = <300>;
81 }; 119 };
82 }; 120 };
83 121