2 * Device Tree Source for the Porter board
4 * Copyright (C) 2015 Cogent Embedded, Inc.
6 * This file is licensed under the terms of the GNU General Public License
7 * version 2. This program is licensed "as is" without any warranty of any
8 * kind, whether express or implied.
12 #include "r8a7791.dtsi"
13 #include <dt-bindings/gpio/gpio.h>
17 compatible = "renesas,porter", "renesas,r8a7791";
24 bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
29 device_type = "memory";
30 reg = <0 0x40000000 0 0x40000000>;
34 device_type = "memory";
35 reg = <2 0x00000000 0 0x40000000>;
38 vcc_sdhi0: regulator@0 {
39 compatible = "regulator-fixed";
41 regulator-name = "SDHI0 Vcc";
42 regulator-min-microvolt = <3300000>;
43 regulator-max-microvolt = <3300000>;
47 vccq_sdhi0: regulator@1 {
48 compatible = "regulator-gpio";
50 regulator-name = "SDHI0 VccQ";
51 regulator-min-microvolt = <1800000>;
52 regulator-max-microvolt = <3300000>;
54 gpios = <&gpio2 12 GPIO_ACTIVE_HIGH>;
60 vcc_sdhi2: regulator@2 {
61 compatible = "regulator-fixed";
63 regulator-name = "SDHI2 Vcc";
64 regulator-min-microvolt = <3300000>;
65 regulator-max-microvolt = <3300000>;
69 vccq_sdhi2: regulator@3 {
70 compatible = "regulator-gpio";
72 regulator-name = "SDHI2 VccQ";
73 regulator-min-microvolt = <1800000>;
74 regulator-max-microvolt = <3300000>;
76 gpios = <&gpio2 26 GPIO_ACTIVE_HIGH>;
84 clock-frequency = <20000000>;
89 renesas,groups = "scif0_data_d";
90 renesas,function = "scif0";
94 renesas,groups = "eth_link", "eth_mdio", "eth_rmii";
95 renesas,function = "eth";
99 renesas,groups = "intc_irq0";
100 renesas,function = "intc";
104 renesas,groups = "sdhi0_data4", "sdhi0_ctrl";
105 renesas,function = "sdhi0";
109 renesas,groups = "sdhi2_data4", "sdhi2_ctrl";
110 renesas,function = "sdhi2";
114 renesas,groups = "qspi_ctrl", "qspi_data4";
115 renesas,function = "qspi";
119 renesas,groups = "i2c2";
120 renesas,function = "i2c2";
124 renesas,groups = "usb0";
125 renesas,function = "usb0";
129 renesas,groups = "usb1";
130 renesas,function = "usb1";
134 renesas,groups = "vin0_data8", "vin0_clk";
135 renesas,function = "vin0";
140 pinctrl-0 = <&scif0_pins>;
141 pinctrl-names = "default";
147 pinctrl-0 = <ðer_pins &phy1_pins>;
148 pinctrl-names = "default";
150 phy-handle = <&phy1>;
151 renesas,ether-link-active-low;
154 phy1: ethernet-phy@1 {
156 interrupt-parent = <&irqc0>;
157 interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
158 micrel,led-mode = <1>;
163 pinctrl-0 = <&sdhi0_pins>;
164 pinctrl-names = "default";
166 vmmc-supply = <&vcc_sdhi0>;
167 vqmmc-supply = <&vccq_sdhi0>;
168 cd-gpios = <&gpio6 6 GPIO_ACTIVE_LOW>;
169 wp-gpios = <&gpio6 7 GPIO_ACTIVE_HIGH>;
174 pinctrl-0 = <&sdhi2_pins>;
175 pinctrl-names = "default";
177 vmmc-supply = <&vcc_sdhi2>;
178 vqmmc-supply = <&vccq_sdhi2>;
179 cd-gpios = <&gpio6 22 GPIO_ACTIVE_LOW>;
184 pinctrl-0 = <&qspi_pins>;
185 pinctrl-names = "default";
190 #address-cells = <1>;
192 compatible = "spansion,s25fl512s", "jedec,spi-nor";
194 spi-max-frequency = <30000000>;
195 spi-tx-bus-width = <4>;
196 spi-rx-bus-width = <4>;
200 label = "loader_prg";
201 reg = <0x00000000 0x00040000>;
206 reg = <0x00040000 0x00400000>;
211 reg = <0x00440000 0x03bc0000>;
217 pinctrl-0 = <&i2c2_pins>;
218 pinctrl-names = "default";
221 clock-frequency = <400000>;
224 compatible = "adi,adv7180";
231 remote-endpoint = <&vin0ep>;
241 /* composite video input */
244 pinctrl-0 = <&vin0_pins>;
245 pinctrl-names = "default";
248 #address-cells = <1>;
252 remote-endpoint = <&adv7180>;
259 pinctrl-0 = <&usb0_pins>;
260 pinctrl-names = "default";
266 pinctrl-0 = <&usb1_pins>;
267 pinctrl-names = "default";