The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/src/arm64/renesas/r8a774b1-beacon-rzg2n-kit.dts

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 // SPDX-License-Identifier: GPL-2.0
    2 /*
    3  * Copyright 2020, Compass Electronics Group, LLC
    4  */
    5 
    6 /dts-v1/;
    7 
    8 #include "r8a774b1.dtsi"
    9 #include "beacon-renesom-som.dtsi"
   10 #include "beacon-renesom-baseboard.dtsi"
   11 
   12 / {
   13         model = "Beacon Embedded Works RZ/G2N Development Kit";
   14         compatible = "beacon,beacon-rzg2n", "renesas,r8a774b1";
   15 
   16         aliases {
   17                 serial0 = &scif2;
   18                 serial1 = &hscif0;
   19                 serial2 = &hscif1;
   20                 serial3 = &scif0;
   21                 serial4 = &hscif2;
   22                 serial5 = &scif5;
   23                 serial6 = &scif4;
   24                 ethernet0 = &avb;
   25                 mmc0 = &sdhi3;
   26                 mmc1 = &sdhi0;
   27                 mmc2 = &sdhi2;
   28         };
   29 
   30         chosen {
   31                 stdout-path = "serial0:115200n8";
   32         };
   33 };
   34 
   35 &du {
   36         pinctrl-0 = <&du_pins>;
   37         pinctrl-names = "default";
   38         status = "okay";
   39 
   40         clocks = <&cpg CPG_MOD 724>,
   41                 <&cpg CPG_MOD 723>,
   42                 <&cpg CPG_MOD 721>,
   43                 <&versaclock5 1>,
   44                 <&x302_clk>,
   45                 <&versaclock5 2>;
   46         clock-names = "du.0", "du.1", "du.3",
   47                 "dclkin.0", "dclkin.1", "dclkin.3";
   48 };
   49 
   50 /* Reference versaclock instead of audio_clk_a */
   51 &rcar_sound {
   52         clocks = <&cpg CPG_MOD 1005>,
   53                  <&cpg CPG_MOD 1006>, <&cpg CPG_MOD 1007>,
   54                  <&cpg CPG_MOD 1008>, <&cpg CPG_MOD 1009>,
   55                  <&cpg CPG_MOD 1010>, <&cpg CPG_MOD 1011>,
   56                  <&cpg CPG_MOD 1012>, <&cpg CPG_MOD 1013>,
   57                  <&cpg CPG_MOD 1014>, <&cpg CPG_MOD 1015>,
   58                  <&cpg CPG_MOD 1022>, <&cpg CPG_MOD 1023>,
   59                  <&cpg CPG_MOD 1024>, <&cpg CPG_MOD 1025>,
   60                  <&cpg CPG_MOD 1026>, <&cpg CPG_MOD 1027>,
   61                  <&cpg CPG_MOD 1028>, <&cpg CPG_MOD 1029>,
   62                  <&cpg CPG_MOD 1030>, <&cpg CPG_MOD 1031>,
   63                  <&cpg CPG_MOD 1020>, <&cpg CPG_MOD 1021>,
   64                  <&cpg CPG_MOD 1020>, <&cpg CPG_MOD 1021>,
   65                  <&cpg CPG_MOD 1019>, <&cpg CPG_MOD 1018>,
   66                  <&versaclock6_bb 4>, <&audio_clk_b>,
   67                  <&audio_clk_c>,
   68                  <&cpg CPG_CORE R8A774B1_CLK_S0D4>;
   69 };

Cache object: 57046fd20c7e70a6fb15ed0136e7b11a


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.