1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree Source for the iWave-RZ/G1C single board computer
5 * Copyright (C) 2018 Renesas Electronics Corp.
9 #include <dt-bindings/gpio/gpio.h>
10 #include "r8a77470.dtsi"
12 model = "iWave iW-RainboW-G23S single board computer based on RZ/G1C";
13 compatible = "iwave,g23s", "renesas,r8a77470";
21 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
22 stdout-path = "serial1:115200n8";
26 compatible = "hdmi-connector";
31 remote-endpoint = <&bridge_out>;
37 device_type = "memory";
38 reg = <0 0x40000000 0 0x20000000>;
42 compatible = "regulator-fixed";
43 regulator-name = "fixed-1.8V";
44 regulator-min-microvolt = <1800000>;
45 regulator-max-microvolt = <1800000>;
51 compatible = "regulator-fixed";
52 regulator-name = "fixed-3.3V";
53 regulator-min-microvolt = <3300000>;
54 regulator-max-microvolt = <3300000>;
59 vccq_sdhi2: regulator-vccq-sdhi2 {
60 compatible = "regulator-gpio";
62 regulator-name = "SDHI2 VccQ";
63 regulator-min-microvolt = <1800000>;
64 regulator-max-microvolt = <3300000>;
66 gpios = <&gpio2 24 GPIO_ACTIVE_HIGH>;
74 pinctrl-0 = <&avb_pins>;
75 pinctrl-names = "default";
79 renesas,no-ether-link;
82 phy3: ethernet-phy@3 {
84 interrupt-parent = <&gpio5>;
85 interrupts = <16 IRQ_TYPE_LEVEL_LOW>;
86 micrel,led-mode = <1>;
95 pinctrl-0 = <&du0_pins>;
96 pinctrl-names = "default";
103 remote-endpoint = <&bridge_in>;
114 clock-frequency = <20000000>;
120 gpios = <29 GPIO_ACTIVE_HIGH>;
121 line-name = "hdmi-hpd-int";
131 pinctrl-0 = <&i2c3_pins>;
132 pinctrl-names = "default";
135 clock-frequency = <400000>;
138 compatible = "nxp,pcf85263";
144 pinctrl-0 = <&i2c4_pins>;
145 pinctrl-names = "default";
148 clock-frequency = <100000>;
151 compatible = "sil,sii9022";
153 interrupt-parent = <&gpio2>;
154 interrupts = <29 IRQ_TYPE_LEVEL_LOW>;
157 #address-cells = <1>;
162 bridge_in: endpoint {
163 remote-endpoint = <&du_out_rgb0>;
169 bridge_out: endpoint {
170 remote-endpoint = <&hdmi_con>;
183 groups = "avb_mdio", "avb_gmii_tx_rx";
188 groups = "du0_rgb888", "du0_sync", "du0_disp", "du0_clk0_out";
202 mmc_pins_uhs: mmc_uhs {
203 groups = "mmc_data8", "mmc_ctrl";
205 power-source = <1800>;
209 groups = "qspi0_ctrl", "qspi0_data2";
214 groups = "scif1_data_b";
219 groups = "sdhi2_data4", "sdhi2_ctrl";
221 power-source = <3300>;
224 sdhi2_pins_uhs: sd2_uhs {
225 groups = "sdhi2_data4", "sdhi2_ctrl";
227 power-source = <1800>;
242 pinctrl-0 = <&qspi0_pins>;
243 pinctrl-names = "default";
247 /* WARNING - This device contains the bootloader. Handle with care. */
249 #address-cells = <1>;
251 compatible = "issi,is25lp016d", "jedec,spi-nor";
253 spi-max-frequency = <133000000>;
254 spi-tx-bus-width = <1>;
255 spi-rx-bus-width = <1>;
268 pinctrl-0 = <&scif1_pins>;
269 pinctrl-names = "default";
275 pinctrl-0 = <&mmc_pins_uhs>;
276 pinctrl-names = "state_uhs";
278 vmmc-supply = <®_3p3v>;
279 vqmmc-supply = <®_1p8v>;
283 fixed-emmc-driver-type = <1>;
288 pinctrl-0 = <&sdhi2_pins>;
289 pinctrl-1 = <&sdhi2_pins_uhs>;
290 pinctrl-names = "default", "state_uhs";
292 vmmc-supply = <®_3p3v>;
293 vqmmc-supply = <&vccq_sdhi2>;
295 cd-gpios = <&gpio4 20 GPIO_ACTIVE_LOW>;
309 pinctrl-0 = <&usb0_pins>;
310 pinctrl-names = "default";
316 pinctrl-0 = <&usb1_pins>;
317 pinctrl-names = "default";