1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree Source for the V3M Starter Kit board
5 * Copyright (C) 2017 Renesas Electronics Corp.
6 * Copyright (C) 2017 Cogent Embedded, Inc.
10 #include "r8a77970.dtsi"
13 model = "Renesas V3M Starter Kit board";
14 compatible = "renesas,v3msk", "renesas,r8a77970";
21 stdout-path = "serial0:115200n8";
25 device_type = "memory";
26 /* first 128MB is reserved for secure area. */
27 reg = <0x0 0x48000000 0x0 0x38000000>;
30 osc5_clk: osc5-clock {
31 compatible = "fixed-clock";
33 clock-frequency = <148500000>;
36 vcc_d1_8v: regulator-0 {
37 compatible = "regulator-fixed";
38 regulator-name = "VCC_D1.8V";
39 regulator-min-microvolt = <1800000>;
40 regulator-max-microvolt = <1800000>;
45 vcc_d3_3v: regulator-1 {
46 compatible = "regulator-fixed";
47 regulator-name = "VCC_D3.3V";
48 regulator-min-microvolt = <3300000>;
49 regulator-max-microvolt = <3300000>;
54 vcc_vddq_vin0: regulator-2 {
55 compatible = "regulator-fixed";
56 regulator-name = "VCC_VDDQ_VIN0";
57 regulator-min-microvolt = <3300000>;
58 regulator-max-microvolt = <3300000>;
64 compatible = "thine,thc63lvd1024";
65 vcc-supply = <&vcc_d3_3v>;
73 thc63lvd1024_in: endpoint {
74 remote-endpoint = <&lvds0_out>;
80 thc63lvd1024_out: endpoint {
81 remote-endpoint = <&adv7511_in>;
88 compatible = "hdmi-connector";
93 remote-endpoint = <&adv7511_out>;
100 pinctrl-0 = <&avb_pins>;
101 pinctrl-names = "default";
103 renesas,no-ether-link;
104 phy-handle = <&phy0>;
105 phy-mode = "rgmii-id";
108 phy0: ethernet-phy@0 {
109 rxc-skew-ps = <1500>;
111 interrupt-parent = <&gpio1>;
112 interrupts = <17 IRQ_TYPE_LEVEL_LOW>;
117 clocks = <&cpg CPG_MOD 724>,
119 clock-names = "du.0", "dclkin.0";
124 clock-frequency = <16666666>;
128 clock-frequency = <32768>;
133 groups = "avb0_mdio", "avb0_rgmii", "avb0_txcrefclk";
143 groups = "mmc_data8", "mmc_ctrl";
145 power-source = <3300>;
149 groups = "scif0_data";
155 pinctrl-0 = <&i2c0_pins>;
156 pinctrl-names = "default";
159 clock-frequency = <400000>;
162 compatible = "adi,adv7511w";
163 #sound-dai-cells = <0>;
165 interrupt-parent = <&gpio1>;
166 interrupts = <20 IRQ_TYPE_LEVEL_LOW>;
167 avdd-supply = <&vcc_d1_8v>;
168 dvdd-supply = <&vcc_d1_8v>;
169 pvdd-supply = <&vcc_d1_8v>;
170 bgvdd-supply = <&vcc_d1_8v>;
171 dvdd-3v-supply = <&vcc_d3_3v>;
173 adi,input-depth = <8>;
174 adi,input-colorspace = "rgb";
175 adi,input-clock = "1x";
176 adi,input-style = <1>;
177 adi,input-justification = "evenly";
180 #address-cells = <1>;
185 adv7511_in: endpoint {
186 remote-endpoint = <&thc63lvd1024_out>;
192 adv7511_out: endpoint {
193 remote-endpoint = <&hdmi_con>;
205 lvds0_out: endpoint {
206 remote-endpoint = <&thc63lvd1024_in>;
213 pinctrl-0 = <&mmc_pins>;
214 pinctrl-names = "default";
216 vmmc-supply = <&vcc_d3_3v>;
217 vqmmc-supply = <&vcc_vddq_vin0>;
224 pinctrl-0 = <&scif0_pins>;
225 pinctrl-names = "default";