r8a77970.dtsi (e42f6f9be4f83c537aa81b4c6239ea94ff5b29ce) r8a77970.dtsi (18281dec2ba086b93bee2dd5f9ee0e3633d25a8d)
1// SPDX-License-Identifier: GPL-2.0
2/*
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source for the r8a77970 SoC
3 * Device Tree Source for the R-Car V3M (R8A77970) SoC
4 *
5 * Copyright (C) 2016-2017 Renesas Electronics Corp.
6 * Copyright (C) 2017 Cogent Embedded, Inc.
7 */
8
9#include <dt-bindings/clock/r8a77970-cpg-mssr.h>
10#include <dt-bindings/interrupt-controller/arm-gic.h>
11#include <dt-bindings/interrupt-controller/irq.h>

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

19 aliases {
20 i2c0 = &i2c0;
21 i2c1 = &i2c1;
22 i2c2 = &i2c2;
23 i2c3 = &i2c3;
24 i2c4 = &i2c4;
25 };
26
4 *
5 * Copyright (C) 2016-2017 Renesas Electronics Corp.
6 * Copyright (C) 2017 Cogent Embedded, Inc.
7 */
8
9#include <dt-bindings/clock/r8a77970-cpg-mssr.h>
10#include <dt-bindings/interrupt-controller/arm-gic.h>
11#include <dt-bindings/interrupt-controller/irq.h>

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

19 aliases {
20 i2c0 = &i2c0;
21 i2c1 = &i2c1;
22 i2c2 = &i2c2;
23 i2c3 = &i2c3;
24 i2c4 = &i2c4;
25 };
26
27 /* External CAN clock - to be overridden by boards that provide it */
28 can_clk: can {
29 compatible = "fixed-clock";
30 #clock-cells = <0>;
31 clock-frequency = <0>;
32 };
33
27 cpus {
28 #address-cells = <1>;
29 #size-cells = <0>;
30
31 a53_0: cpu@0 {
32 device_type = "cpu";
33 compatible = "arm,cortex-a53", "arm,armv8";
34 reg = <0>;

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

77 interrupt-affinity = <&a53_0>, <&a53_1>;
78 };
79
80 psci {
81 compatible = "arm,psci-1.0", "arm,psci-0.2";
82 method = "smc";
83 };
84
34 cpus {
35 #address-cells = <1>;
36 #size-cells = <0>;
37
38 a53_0: cpu@0 {
39 device_type = "cpu";
40 compatible = "arm,cortex-a53", "arm,armv8";
41 reg = <0>;

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

84 interrupt-affinity = <&a53_0>, <&a53_1>;
85 };
86
87 psci {
88 compatible = "arm,psci-1.0", "arm,psci-0.2";
89 method = "smc";
90 };
91
85 /* External CAN clock - to be overridden by boards that provide it */
86 can_clk: can {
87 compatible = "fixed-clock";
88 #clock-cells = <0>;
89 clock-frequency = <0>;
90 };
91
92 /* External SCIF clock - to be overridden by boards that provide it */
93 scif_clk: scif {
94 compatible = "fixed-clock";
95 #clock-cells = <0>;
96 clock-frequency = <0>;
97 };
98
99 soc {

--- 802 unchanged lines hidden ---
92 /* External SCIF clock - to be overridden by boards that provide it */
93 scif_clk: scif {
94 compatible = "fixed-clock";
95 #clock-cells = <0>;
96 clock-frequency = <0>;
97 };
98
99 soc {

--- 802 unchanged lines hidden ---