Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003  * Copyright 2020, Compass Electronics Group, LLC
0004  */
0005 
0006 /dts-v1/;
0007 
0008 #include "r8a774e1.dtsi"
0009 #include "beacon-renesom-som.dtsi"
0010 #include "beacon-renesom-baseboard.dtsi"
0011 
0012 / {
0013         model = "Beacon Embedded Works RZ/G2H Development Kit";
0014         compatible = "beacon,beacon-rzg2h", "renesas,r8a774e1";
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         memory@500000000 {
0035                 device_type = "memory";
0036                 reg = <0x5 0x00000000 0x0 0x80000000>;
0037         };
0038 };
0039 
0040 &du {
0041         pinctrl-0 = <&du_pins>;
0042         pinctrl-names = "default";
0043         status = "okay";
0044 
0045         clocks = <&cpg CPG_MOD 724>,
0046                 <&cpg CPG_MOD 723>,
0047                 <&cpg CPG_MOD 721>,
0048                 <&versaclock5 1>,
0049                 <&x302_clk>,
0050                 <&versaclock5 2>;
0051         clock-names = "du.0", "du.1", "du.3",
0052                 "dclkin.0", "dclkin.1", "dclkin.3";
0053 };
0054 
0055 /* Reference versaclock instead of audio_clk_a */
0056 &rcar_sound {
0057         clocks = <&cpg CPG_MOD 1005>,
0058                  <&cpg CPG_MOD 1006>, <&cpg CPG_MOD 1007>,
0059                  <&cpg CPG_MOD 1008>, <&cpg CPG_MOD 1009>,
0060                  <&cpg CPG_MOD 1010>, <&cpg CPG_MOD 1011>,
0061                  <&cpg CPG_MOD 1012>, <&cpg CPG_MOD 1013>,
0062                  <&cpg CPG_MOD 1014>, <&cpg CPG_MOD 1015>,
0063                  <&cpg CPG_MOD 1022>, <&cpg CPG_MOD 1023>,
0064                  <&cpg CPG_MOD 1024>, <&cpg CPG_MOD 1025>,
0065                  <&cpg CPG_MOD 1026>, <&cpg CPG_MOD 1027>,
0066                  <&cpg CPG_MOD 1028>, <&cpg CPG_MOD 1029>,
0067                  <&cpg CPG_MOD 1030>, <&cpg CPG_MOD 1031>,
0068                  <&cpg CPG_MOD 1020>, <&cpg CPG_MOD 1021>,
0069                  <&cpg CPG_MOD 1020>, <&cpg CPG_MOD 1021>,
0070                  <&cpg CPG_MOD 1019>, <&cpg CPG_MOD 1018>,
0071                  <&versaclock6_bb 4>, <&audio_clk_b>,
0072                  <&audio_clk_c>,
0073                  <&cpg CPG_CORE R8A774E1_CLK_S0D4>;
0074 };