r8a77960.dtsi (eca6ab6e362e3ae22b6c2769c4b6911bd0fb8ab1) r8a77960.dtsi (7744b393c95ac470a3ac279fa277e50d947f1bea)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source for the R-Car M3-W (R8A77960) SoC
4 *
5 * Copyright (C) 2016-2017 Renesas Electronics Corp.
6 */
7
8#include <dt-bindings/clock/r8a7796-cpg-mssr.h>

--- 43 unchanged lines hidden (view full) ---

52
53 /* External CAN clock - to be overridden by boards that provide it */
54 can_clk: can {
55 compatible = "fixed-clock";
56 #clock-cells = <0>;
57 clock-frequency = <0>;
58 };
59
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source for the R-Car M3-W (R8A77960) SoC
4 *
5 * Copyright (C) 2016-2017 Renesas Electronics Corp.
6 */
7
8#include <dt-bindings/clock/r8a7796-cpg-mssr.h>

--- 43 unchanged lines hidden (view full) ---

52
53 /* External CAN clock - to be overridden by boards that provide it */
54 can_clk: can {
55 compatible = "fixed-clock";
56 #clock-cells = <0>;
57 clock-frequency = <0>;
58 };
59
60 cluster0_opp: opp_table0 {
60 cluster0_opp: opp-table-0 {
61 compatible = "operating-points-v2";
62 opp-shared;
63
64 opp-500000000 {
65 opp-hz = /bits/ 64 <500000000>;
66 opp-microvolt = <830000>;
67 clock-latency-ns = <300000>;
68 };

--- 23 unchanged lines hidden (view full) ---

92 opp-1800000000 {
93 opp-hz = /bits/ 64 <1800000000>;
94 opp-microvolt = <960000>;
95 clock-latency-ns = <300000>;
96 turbo-mode;
97 };
98 };
99
61 compatible = "operating-points-v2";
62 opp-shared;
63
64 opp-500000000 {
65 opp-hz = /bits/ 64 <500000000>;
66 opp-microvolt = <830000>;
67 clock-latency-ns = <300000>;
68 };

--- 23 unchanged lines hidden (view full) ---

92 opp-1800000000 {
93 opp-hz = /bits/ 64 <1800000000>;
94 opp-microvolt = <960000>;
95 clock-latency-ns = <300000>;
96 turbo-mode;
97 };
98 };
99
100 cluster1_opp: opp_table1 {
100 cluster1_opp: opp-table-1 {
101 compatible = "operating-points-v2";
102 opp-shared;
103
104 opp-800000000 {
105 opp-hz = /bits/ 64 <800000000>;
106 opp-microvolt = <820000>;
107 clock-latency-ns = <300000>;
108 };

--- 2955 unchanged lines hidden ---
101 compatible = "operating-points-v2";
102 opp-shared;
103
104 opp-800000000 {
105 opp-hz = /bits/ 64 <800000000>;
106 opp-microvolt = <820000>;
107 clock-latency-ns = <300000>;
108 };

--- 2955 unchanged lines hidden ---