1 // 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"; 14 compatible = "beacon,beacon-rzg2h", "renesas,r8a774e1"; 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 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 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.