1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree Source for AM625 SoC family in Quad core configuration
5 * TRM: https://www.ti.com/lit/pdf/spruiv7
7 * Copyright (C) 2020-2022 Texas Instruments Incorporated - https://www.ti.com/
12 #include "k3-am62.dtsi"
40 compatible = "arm,cortex-a53";
43 enable-method = "psci";
44 i-cache-size = <0x8000>;
45 i-cache-line-size = <64>;
47 d-cache-size = <0x8000>;
48 d-cache-line-size = <64>;
50 next-level-cache = <&L2_0>;
51 operating-points-v2 = <&a53_opp_table>;
52 clocks = <&k3_clks 135 0>;
56 compatible = "arm,cortex-a53";
59 enable-method = "psci";
60 i-cache-size = <0x8000>;
61 i-cache-line-size = <64>;
63 d-cache-size = <0x8000>;
64 d-cache-line-size = <64>;
66 next-level-cache = <&L2_0>;
67 operating-points-v2 = <&a53_opp_table>;
68 clocks = <&k3_clks 136 0>;
72 compatible = "arm,cortex-a53";
75 enable-method = "psci";
76 i-cache-size = <0x8000>;
77 i-cache-line-size = <64>;
79 d-cache-size = <0x8000>;
80 d-cache-line-size = <64>;
82 next-level-cache = <&L2_0>;
83 operating-points-v2 = <&a53_opp_table>;
84 clocks = <&k3_clks 137 0>;
88 compatible = "arm,cortex-a53";
91 enable-method = "psci";
92 i-cache-size = <0x8000>;
93 i-cache-line-size = <64>;
95 d-cache-size = <0x8000>;
96 d-cache-line-size = <64>;
98 next-level-cache = <&L2_0>;
99 operating-points-v2 = <&a53_opp_table>;
100 clocks = <&k3_clks 138 0>;
104 a53_opp_table: opp-table {
105 compatible = "operating-points-v2-ti-cpu";
107 syscon = <&wkup_conf>;
110 opp-hz = /bits/ 64 <200000000>;
111 opp-supported-hw = <0x01 0x0007>;
112 clock-latency-ns = <6000000>;
116 opp-hz = /bits/ 64 <400000000>;
117 opp-supported-hw = <0x01 0x0007>;
118 clock-latency-ns = <6000000>;
122 opp-hz = /bits/ 64 <600000000>;
123 opp-supported-hw = <0x01 0x0007>;
124 clock-latency-ns = <6000000>;
128 opp-hz = /bits/ 64 <800000000>;
129 opp-supported-hw = <0x01 0x0007>;
130 clock-latency-ns = <6000000>;
134 opp-hz = /bits/ 64 <1000000000>;
135 opp-supported-hw = <0x01 0x0006>;
136 clock-latency-ns = <6000000>;
140 opp-hz = /bits/ 64 <1250000000>;
141 opp-supported-hw = <0x01 0x0004>;
142 clock-latency-ns = <6000000>;
148 compatible = "cache";
151 cache-size = <0x80000>;
152 cache-line-size = <64>;