blob: 146f78cb6f19284ca75a106cb4ed6dbc70ffb523 [file] [log] [blame]
Adam Ford0099dfd2021-02-03 06:57:20 -06001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright 2020, Compass Electronics Group, LLC
4 */
5
6/dts-v1/;
7
8#include "r8a774e1.dtsi"
9#include "beacon-renesom-som.dtsi"
10#include "beacon-renesom-baseboard.dtsi"
11
12/ {
13 model = "Beacon Embedded Works RZ/G2H Development Kit";
Marek Vasut71d2a5e2023-01-26 21:01:32 +010014 compatible = "beacon,beacon-rzg2h", "renesas,r8a774e1";
Adam Ford0099dfd2021-02-03 06:57:20 -060015
16 aliases {
Marek Vasut2501fd92023-09-17 16:13:18 +020017 i2c0 = &i2c0;
18 i2c1 = &i2c1;
19 i2c2 = &i2c2;
20 i2c3 = &i2c3;
21 i2c4 = &i2c4;
22 i2c5 = &i2c5;
23 i2c6 = &i2c6;
24 i2c7 = &iic_pmic;
Adam Ford0099dfd2021-02-03 06:57:20 -060025 serial0 = &scif2;
26 serial1 = &hscif0;
27 serial2 = &hscif1;
28 serial3 = &scif0;
29 serial4 = &hscif2;
30 serial5 = &scif5;
31 serial6 = &scif4;
32 ethernet0 = &avb;
Adam Ford1eaf61c2021-12-06 10:29:27 -060033 mmc0 = &sdhi3;
34 mmc1 = &sdhi0;
35 mmc2 = &sdhi2;
Adam Ford0099dfd2021-02-03 06:57:20 -060036 };
37
38 chosen {
39 stdout-path = "serial0:115200n8";
40 };
41
42 memory@500000000 {
43 device_type = "memory";
44 reg = <0x5 0x00000000 0x0 0x80000000>;
45 };
46};
47
48&du {
49 pinctrl-0 = <&du_pins>;
50 pinctrl-names = "default";
51 status = "okay";
52
53 clocks = <&cpg CPG_MOD 724>,
54 <&cpg CPG_MOD 723>,
55 <&cpg CPG_MOD 721>,
56 <&versaclock5 1>,
57 <&x302_clk>,
58 <&versaclock5 2>;
59 clock-names = "du.0", "du.1", "du.3",
60 "dclkin.0", "dclkin.1", "dclkin.3";
61};