1 // SPDX-License-Identifier: GPL-2.0
3 * Samsung's Exynos5433 SoC Memory interface and AMBA bus device tree source
5 * Copyright (c) 2016 Samsung Electronics Co., Ltd.
6 * Chanwoo Choi <cw00.choi@samsung.com>
11 compatible = "samsung,exynos-bus";
12 clocks = <&cmu_top CLK_ACLK_G2D_400>;
14 operating-points-v2 = <&bus_g2d_400_opp_table>;
19 compatible = "samsung,exynos-bus";
20 clocks = <&cmu_top CLK_ACLK_G2D_266>;
22 operating-points-v2 = <&bus_g2d_266_opp_table>;
27 compatible = "samsung,exynos-bus";
28 clocks = <&cmu_top CLK_ACLK_GSCL_333>;
30 operating-points-v2 = <&bus_gscl_opp_table>;
35 compatible = "samsung,exynos-bus";
36 clocks = <&cmu_top CLK_ACLK_HEVC_400>;
38 operating-points-v2 = <&bus_hevc_opp_table>;
43 compatible = "samsung,exynos-bus";
44 clocks = <&cmu_top CLK_SCLK_JPEG_MSCL>;
46 operating-points-v2 = <&bus_g2d_400_opp_table>;
51 compatible = "samsung,exynos-bus";
52 clocks = <&cmu_top CLK_ACLK_MFC_400>;
54 operating-points-v2 = <&bus_g2d_400_opp_table>;
59 compatible = "samsung,exynos-bus";
60 clocks = <&cmu_top CLK_ACLK_MSCL_400>;
62 operating-points-v2 = <&bus_g2d_400_opp_table>;
67 compatible = "samsung,exynos-bus";
68 clocks = <&cmu_top CLK_ACLK_BUS0_400>;
70 operating-points-v2 = <&bus_hevc_opp_table>;
75 compatible = "samsung,exynos-bus";
76 clocks = <&cmu_top CLK_ACLK_BUS1_400>;
78 operating-points-v2 = <&bus_hevc_opp_table>;
83 compatible = "samsung,exynos-bus";
84 clocks = <&cmu_mif CLK_ACLK_BUS2_400>;
86 operating-points-v2 = <&bus_noc2_opp_table>;
90 bus_g2d_400_opp_table: opp_table2 {
91 compatible = "operating-points-v2";
95 opp-hz = /bits/ 64 <400000000>;
96 opp-microvolt = <1075000>;
99 opp-hz = /bits/ 64 <267000000>;
100 opp-microvolt = <1000000>;
103 opp-hz = /bits/ 64 <200000000>;
104 opp-microvolt = <975000>;
107 opp-hz = /bits/ 64 <160000000>;
108 opp-microvolt = <962500>;
111 opp-hz = /bits/ 64 <134000000>;
112 opp-microvolt = <950000>;
115 opp-hz = /bits/ 64 <100000000>;
116 opp-microvolt = <937500>;
120 bus_g2d_266_opp_table: opp_table3 {
121 compatible = "operating-points-v2";
124 opp-hz = /bits/ 64 <267000000>;
127 opp-hz = /bits/ 64 <200000000>;
130 opp-hz = /bits/ 64 <160000000>;
133 opp-hz = /bits/ 64 <134000000>;
136 opp-hz = /bits/ 64 <100000000>;
140 bus_gscl_opp_table: opp_table4 {
141 compatible = "operating-points-v2";
144 opp-hz = /bits/ 64 <333000000>;
147 opp-hz = /bits/ 64 <222000000>;
150 opp-hz = /bits/ 64 <166500000>;
154 bus_hevc_opp_table: opp_table5 {
155 compatible = "operating-points-v2";
159 opp-hz = /bits/ 64 <400000000>;
162 opp-hz = /bits/ 64 <267000000>;
165 opp-hz = /bits/ 64 <200000000>;
168 opp-hz = /bits/ 64 <160000000>;
171 opp-hz = /bits/ 64 <134000000>;
174 opp-hz = /bits/ 64 <100000000>;
178 bus_noc2_opp_table: opp_table6 {
179 compatible = "operating-points-v2";
182 opp-hz = /bits/ 64 <400000000>;
185 opp-hz = /bits/ 64 <200000000>;
188 opp-hz = /bits/ 64 <134000000>;
191 opp-hz = /bits/ 64 <100000000>;