blob: 24da6ee6eccd3f9a861b8d6601fa948e6fceb7b7 [file] [log] [blame]
Adam Ford59028792020-06-30 09:30:11 -05001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright 2020, Compass Electronics Group, LLC
4 */
5
6/dts-v1/;
7
8#include "r8a774a1.dtsi"
9#include "beacon-renesom-som.dtsi"
10#include "beacon-renesom-baseboard.dtsi"
11
12/ {
Adam Fordb2c86f52021-02-03 06:57:16 -060013 model = "Beacon EmbeddedWorks RZ/G2M Development Kit";
14 compatible = "beacon,beacon-rzg2m", "renesas,r8a774a1";
15
16 aliases {
Marek Vasut71d2a5e2023-01-26 21:01:32 +010017 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 Fordb2c86f52021-02-03 06:57:16 -060025 serial0 = &scif2;
26 serial1 = &hscif0;
27 serial2 = &hscif1;
28 serial3 = &scif0;
29 serial4 = &hscif2;
30 serial5 = &scif5;
31 ethernet0 = &avb;
Adam Ford1eaf61c2021-12-06 10:29:27 -060032 mmc0 = &sdhi3;
33 mmc1 = &sdhi0;
34 mmc2 = &sdhi2;
Adam Fordb2c86f52021-02-03 06:57:16 -060035 };
36
37 chosen {
38 stdout-path = "serial0:115200n8";
39 };
40
41 memory@600000000 {
42 device_type = "memory";
43 reg = <0x6 0x00000000 0x0 0x80000000>;
44 };
45};
46
47&du {
48 pinctrl-0 = <&du_pins>;
49 pinctrl-names = "default";
50 status = "okay";
51
52 clocks = <&cpg CPG_MOD 724>,
53 <&cpg CPG_MOD 723>,
54 <&cpg CPG_MOD 722>,
55 <&versaclock5 1>,
56 <&x302_clk>,
57 <&versaclock5 2>;
58 clock-names = "du.0", "du.1", "du.2",
59 "dclkin.0", "dclkin.1", "dclkin.2";
60};