Linux 6.7-rc7
[linux-modified.git] / arch / arm64 / boot / dts / renesas / r8a774b1-beacon-rzg2n-kit.dts
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Copyright 2020, Compass Electronics Group, LLC
4  */
5
6 /dts-v1/;
7
8 #include "r8a774b1.dtsi"
9 #include "beacon-renesom-som.dtsi"
10 #include "beacon-renesom-baseboard.dtsi"
11
12 / {
13         model = "Beacon Embedded Works RZ/G2N Development Kit";
14         compatible = "beacon,beacon-rzg2n", "renesas,r8a774b1";
15
16         aliases {
17                 i2c0 = &i2c0;
18                 i2c1 = &i2c1;
19                 i2c2 = &i2c2;
20                 i2c3 = &i2c3;
21                 i2c4 = &i2c4;
22                 i2c5 = &i2c5;
23                 i2c6 = &i2c6;
24                 i2c7 = &iic_pmic;
25                 serial0 = &scif2;
26                 serial1 = &hscif0;
27                 serial2 = &hscif1;
28                 serial3 = &scif0;
29                 serial4 = &hscif2;
30                 serial5 = &scif5;
31                 serial6 = &scif4;
32                 ethernet0 = &avb;
33                 mmc0 = &sdhi3;
34                 mmc1 = &sdhi0;
35                 mmc2 = &sdhi2;
36         };
37
38         chosen {
39                 stdout-path = "serial0:115200n8";
40         };
41 };
42
43 &du {
44         pinctrl-0 = <&du_pins>;
45         pinctrl-names = "default";
46         status = "okay";
47
48         clocks = <&cpg CPG_MOD 724>,
49                 <&cpg CPG_MOD 723>,
50                 <&cpg CPG_MOD 721>,
51                 <&versaclock5 1>,
52                 <&x302_clk>,
53                 <&versaclock5 2>;
54         clock-names = "du.0", "du.1", "du.3",
55                 "dclkin.0", "dclkin.1", "dclkin.3";
56 };