1// 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/ { 13 model = "Beacon EmbeddedWorks RZ/G2M Development Kit"; 14 compatible = "beacon,beacon-rzg2m", "renesas,r8a774a1"; 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 ethernet0 = &avb; 32 mmc0 = &sdhi3; 33 mmc1 = &sdhi0; 34 mmc2 = &sdhi2; 35 }; 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}; 61