r8a774e1.dtsi (7de8bfaa095fcbc2db2952d4b561be102a41c2a6) r8a774e1.dtsi (a5200e63af57d05ed8bf0ffd9a6ffefc40e01e89)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source for the r8a774e1 SoC
4 *
5 * Copyright (C) 2020 Renesas Electronics Corp.
6 */
7
8#include <dt-bindings/interrupt-controller/irq.h>

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

23 * Boards that provide audio clocks should override them.
24 */
25 audio_clk_a: audio_clk_a {
26 compatible = "fixed-clock";
27 #clock-cells = <0>;
28 clock-frequency = <0>;
29 };
30
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source for the r8a774e1 SoC
4 *
5 * Copyright (C) 2020 Renesas Electronics Corp.
6 */
7
8#include <dt-bindings/interrupt-controller/irq.h>

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

23 * Boards that provide audio clocks should override them.
24 */
25 audio_clk_a: audio_clk_a {
26 compatible = "fixed-clock";
27 #clock-cells = <0>;
28 clock-frequency = <0>;
29 };
30
31 audio_clk_b: audio_clk_b {
32 compatible = "fixed-clock";
33 #clock-cells = <0>;
34 clock-frequency = <0>;
35 };
36
37 audio_clk_c: audio_clk_c {
38 compatible = "fixed-clock";
39 #clock-cells = <0>;
40 clock-frequency = <0>;
41 };
42
43 /* External CAN clock - to be overridden by boards that provide it */
44 can_clk: can {

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

1213 "ch12", "ch13", "ch14", "ch15",
1214 "ch16", "ch17", "ch18", "ch19",
1215 "ch20", "ch21", "ch22", "ch23",
1216 "ch24";
1217 clocks = <&cpg CPG_MOD 812>;
1218 power-domains = <&sysc R8A774E1_PD_ALWAYS_ON>;
1219 resets = <&cpg 812>;
1220 phy-mode = "rgmii";
31 audio_clk_c: audio_clk_c {
32 compatible = "fixed-clock";
33 #clock-cells = <0>;
34 clock-frequency = <0>;
35 };
36
37 /* External CAN clock - to be overridden by boards that provide it */
38 can_clk: can {

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

1207 "ch12", "ch13", "ch14", "ch15",
1208 "ch16", "ch17", "ch18", "ch19",
1209 "ch20", "ch21", "ch22", "ch23",
1210 "ch24";
1211 clocks = <&cpg CPG_MOD 812>;
1212 power-domains = <&sysc R8A774E1_PD_ALWAYS_ON>;
1213 resets = <&cpg 812>;
1214 phy-mode = "rgmii";
1215 rx-internal-delay-ps = <0>;
1216 tx-internal-delay-ps = <0>;
1221 iommus = <&ipmmu_ds0 16>;
1222 #address-cells = <1>;
1223 #size-cells = <0>;
1224 status = "disabled";
1225 };
1226
1227 can0: can@e6c30000 {
1228 compatible = "renesas,can-r8a774e1",

--- 1722 unchanged lines hidden ---
1217 iommus = <&ipmmu_ds0 16>;
1218 #address-cells = <1>;
1219 #size-cells = <0>;
1220 status = "disabled";
1221 };
1222
1223 can0: can@e6c30000 {
1224 compatible = "renesas,can-r8a774e1",

--- 1722 unchanged lines hidden ---