0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003 * Copyright 2020, Compass Electronics Group, LLC
0004 */
0005
0006 /dts-v1/;
0007
0008 #include "r8a774b1.dtsi"
0009 #include "beacon-renesom-som.dtsi"
0010 #include "beacon-renesom-baseboard.dtsi"
0011
0012 / {
0013 model = "Beacon Embedded Works RZ/G2N Development Kit";
0014 compatible = "beacon,beacon-rzg2n", "renesas,r8a774b1";
0015
0016 aliases {
0017 serial0 = &scif2;
0018 serial1 = &hscif0;
0019 serial2 = &hscif1;
0020 serial3 = &scif0;
0021 serial4 = &hscif2;
0022 serial5 = &scif5;
0023 serial6 = &scif4;
0024 ethernet0 = &avb;
0025 mmc0 = &sdhi3;
0026 mmc1 = &sdhi0;
0027 mmc2 = &sdhi2;
0028 };
0029
0030 chosen {
0031 stdout-path = "serial0:115200n8";
0032 };
0033 };
0034
0035 &du {
0036 pinctrl-0 = <&du_pins>;
0037 pinctrl-names = "default";
0038 status = "okay";
0039
0040 clocks = <&cpg CPG_MOD 724>,
0041 <&cpg CPG_MOD 723>,
0042 <&cpg CPG_MOD 721>,
0043 <&versaclock5 1>,
0044 <&x302_clk>,
0045 <&versaclock5 2>;
0046 clock-names = "du.0", "du.1", "du.3",
0047 "dclkin.0", "dclkin.1", "dclkin.3";
0048 };
0049
0050 /* Reference versaclock instead of audio_clk_a */
0051 &rcar_sound {
0052 clocks = <&cpg CPG_MOD 1005>,
0053 <&cpg CPG_MOD 1006>, <&cpg CPG_MOD 1007>,
0054 <&cpg CPG_MOD 1008>, <&cpg CPG_MOD 1009>,
0055 <&cpg CPG_MOD 1010>, <&cpg CPG_MOD 1011>,
0056 <&cpg CPG_MOD 1012>, <&cpg CPG_MOD 1013>,
0057 <&cpg CPG_MOD 1014>, <&cpg CPG_MOD 1015>,
0058 <&cpg CPG_MOD 1022>, <&cpg CPG_MOD 1023>,
0059 <&cpg CPG_MOD 1024>, <&cpg CPG_MOD 1025>,
0060 <&cpg CPG_MOD 1026>, <&cpg CPG_MOD 1027>,
0061 <&cpg CPG_MOD 1028>, <&cpg CPG_MOD 1029>,
0062 <&cpg CPG_MOD 1030>, <&cpg CPG_MOD 1031>,
0063 <&cpg CPG_MOD 1020>, <&cpg CPG_MOD 1021>,
0064 <&cpg CPG_MOD 1020>, <&cpg CPG_MOD 1021>,
0065 <&cpg CPG_MOD 1019>, <&cpg CPG_MOD 1018>,
0066 <&versaclock6_bb 4>, <&audio_clk_b>,
0067 <&audio_clk_c>,
0068 <&cpg CPG_CORE R8A774B1_CLK_S0D4>;
0069 };