2018-04-11 09:37:42 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
/*
|
|
|
|
* Device Tree Source for the ebisu board
|
|
|
|
*
|
|
|
|
* Copyright (C) 2018 Renesas Electronics Corp.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
#include "r8a77990.dtsi"
|
2018-05-31 16:30:17 +00:00
|
|
|
#include <dt-bindings/gpio/gpio.h>
|
2018-04-11 09:37:42 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Renesas Ebisu board based on r8a77990";
|
|
|
|
compatible = "renesas,ebisu", "renesas,r8a77990";
|
|
|
|
|
|
|
|
aliases {
|
|
|
|
serial0 = &scif2;
|
2018-05-31 16:30:17 +00:00
|
|
|
ethernet0 = &avb;
|
2018-04-11 09:37:42 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
bootargs = "ignore_loglevel";
|
|
|
|
stdout-path = "serial0:115200n8";
|
|
|
|
};
|
|
|
|
|
|
|
|
memory@48000000 {
|
|
|
|
device_type = "memory";
|
|
|
|
/* first 128MB is reserved for secure area. */
|
|
|
|
reg = <0x0 0x48000000 0x0 0x38000000>;
|
|
|
|
};
|
2018-06-18 04:03:57 +00:00
|
|
|
|
|
|
|
reg_1p8v: regulator0 {
|
|
|
|
compatible = "regulator-fixed";
|
|
|
|
regulator-name = "fixed-1.8V";
|
|
|
|
regulator-min-microvolt = <1800000>;
|
|
|
|
regulator-max-microvolt = <1800000>;
|
|
|
|
regulator-boot-on;
|
|
|
|
regulator-always-on;
|
|
|
|
};
|
|
|
|
|
|
|
|
reg_3p3v: regulator1 {
|
|
|
|
compatible = "regulator-fixed";
|
|
|
|
regulator-name = "fixed-3.3V";
|
|
|
|
regulator-min-microvolt = <3300000>;
|
|
|
|
regulator-max-microvolt = <3300000>;
|
|
|
|
regulator-boot-on;
|
|
|
|
regulator-always-on;
|
|
|
|
};
|
2018-10-31 19:34:41 +00:00
|
|
|
|
|
|
|
vcc_sdhi0: regulator-vcc-sdhi0 {
|
|
|
|
compatible = "regulator-fixed";
|
|
|
|
|
|
|
|
regulator-name = "SDHI0 Vcc";
|
|
|
|
regulator-min-microvolt = <3300000>;
|
|
|
|
regulator-max-microvolt = <3300000>;
|
|
|
|
|
|
|
|
gpio = <&gpio5 17 GPIO_ACTIVE_HIGH>;
|
|
|
|
enable-active-high;
|
|
|
|
};
|
|
|
|
|
|
|
|
vccq_sdhi0: regulator-vccq-sdhi0 {
|
|
|
|
compatible = "regulator-gpio";
|
|
|
|
|
|
|
|
regulator-name = "SDHI0 VccQ";
|
|
|
|
regulator-min-microvolt = <1800000>;
|
|
|
|
regulator-max-microvolt = <3300000>;
|
|
|
|
|
|
|
|
gpios = <&gpio5 18 GPIO_ACTIVE_HIGH>;
|
|
|
|
gpios-states = <1>;
|
|
|
|
states = <3300000 1
|
|
|
|
1800000 0>;
|
|
|
|
};
|
|
|
|
|
|
|
|
vcc_sdhi1: regulator-vcc-sdhi1 {
|
|
|
|
compatible = "regulator-fixed";
|
|
|
|
|
|
|
|
regulator-name = "SDHI1 Vcc";
|
|
|
|
regulator-min-microvolt = <3300000>;
|
|
|
|
regulator-max-microvolt = <3300000>;
|
|
|
|
|
|
|
|
gpio = <&gpio0 4 GPIO_ACTIVE_HIGH>;
|
|
|
|
enable-active-high;
|
|
|
|
};
|
|
|
|
|
|
|
|
vccq_sdhi1: regulator-vccq-sdhi1 {
|
|
|
|
compatible = "regulator-gpio";
|
|
|
|
|
|
|
|
regulator-name = "SDHI1 VccQ";
|
|
|
|
regulator-min-microvolt = <1800000>;
|
|
|
|
regulator-max-microvolt = <3300000>;
|
|
|
|
|
|
|
|
gpios = <&gpio3 15 GPIO_ACTIVE_HIGH>;
|
|
|
|
gpios-states = <1>;
|
|
|
|
states = <3300000 1
|
|
|
|
1800000 0>;
|
|
|
|
};
|
2018-04-11 09:37:42 +00:00
|
|
|
};
|
|
|
|
|
2018-05-31 16:30:17 +00:00
|
|
|
&avb {
|
|
|
|
pinctrl-0 = <&avb_pins>;
|
|
|
|
pinctrl-names = "default";
|
|
|
|
renesas,no-ether-link;
|
|
|
|
phy-handle = <&phy0>;
|
|
|
|
phy-mode = "rgmii-txid";
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
phy0: ethernet-phy@0 {
|
|
|
|
rxc-skew-ps = <1500>;
|
|
|
|
reg = <0>;
|
|
|
|
interrupt-parent = <&gpio2>;
|
|
|
|
interrupts = <21 IRQ_TYPE_LEVEL_LOW>;
|
|
|
|
reset-gpios = <&gpio1 20 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-09-27 10:05:18 +00:00
|
|
|
&ehci0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2018-04-11 09:37:42 +00:00
|
|
|
&extal_clk {
|
|
|
|
clock-frequency = <48000000>;
|
|
|
|
};
|
|
|
|
|
2018-05-31 16:30:17 +00:00
|
|
|
&pfc {
|
2018-06-13 19:44:50 +00:00
|
|
|
pinctrl-0 = <&scif_clk_pins>;
|
|
|
|
pinctrl-names = "default";
|
|
|
|
|
2018-05-31 16:30:17 +00:00
|
|
|
avb_pins: avb {
|
|
|
|
mux {
|
|
|
|
groups = "avb_link", "avb_mii";
|
|
|
|
function = "avb";
|
|
|
|
};
|
|
|
|
};
|
2018-06-13 19:44:50 +00:00
|
|
|
|
|
|
|
scif2_pins: scif2 {
|
|
|
|
groups = "scif2_data_a";
|
|
|
|
function = "scif2";
|
|
|
|
};
|
|
|
|
|
|
|
|
scif_clk_pins: scif_clk {
|
|
|
|
groups = "scif_clk_a";
|
|
|
|
function = "scif_clk";
|
|
|
|
};
|
2018-06-18 04:03:57 +00:00
|
|
|
|
2018-10-31 19:34:41 +00:00
|
|
|
sdhi0_pins: sd0 {
|
|
|
|
groups = "sdhi0_data4", "sdhi0_ctrl";
|
|
|
|
function = "sdhi0";
|
|
|
|
power-source = <3300>;
|
|
|
|
};
|
|
|
|
|
|
|
|
sdhi0_pins_uhs: sd0_uhs {
|
|
|
|
groups = "sdhi0_data4", "sdhi0_ctrl";
|
|
|
|
function = "sdhi0";
|
|
|
|
power-source = <1800>;
|
|
|
|
};
|
|
|
|
|
|
|
|
sdhi1_pins: sd1 {
|
|
|
|
groups = "sdhi1_data4", "sdhi1_ctrl";
|
|
|
|
function = "sdhi1";
|
|
|
|
power-source = <3300>;
|
|
|
|
};
|
|
|
|
|
|
|
|
sdhi1_pins_uhs: sd1_uhs {
|
|
|
|
groups = "sdhi1_data4", "sdhi1_ctrl";
|
|
|
|
function = "sdhi1";
|
|
|
|
power-source = <1800>;
|
|
|
|
};
|
|
|
|
|
2018-06-18 04:03:57 +00:00
|
|
|
sdhi3_pins: sd2 {
|
2018-06-13 05:11:47 +00:00
|
|
|
groups = "sdhi3_data8", "sdhi3_ctrl", "sdhi3_ds";
|
2018-06-18 04:03:57 +00:00
|
|
|
function = "sdhi3";
|
|
|
|
power-source = <1800>;
|
|
|
|
};
|
|
|
|
|
|
|
|
sdhi3_pins_uhs: sd2_uhs {
|
2018-06-13 05:11:47 +00:00
|
|
|
groups = "sdhi3_data8", "sdhi3_ctrl", "sdhi3_ds";
|
2018-06-18 04:03:57 +00:00
|
|
|
function = "sdhi3";
|
|
|
|
power-source = <1800>;
|
|
|
|
};
|
2018-09-27 10:05:18 +00:00
|
|
|
|
|
|
|
usb0_pins: usb0 {
|
|
|
|
groups = "usb0";
|
|
|
|
function = "usb0";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&usb2_phy0 {
|
|
|
|
pinctrl-0 = <&usb0_pins>;
|
|
|
|
pinctrl-name = "default";
|
|
|
|
|
|
|
|
status = "okay";
|
2018-05-31 16:30:17 +00:00
|
|
|
};
|
|
|
|
|
2018-05-31 17:56:42 +00:00
|
|
|
&sdhi0 {
|
2018-10-31 19:34:41 +00:00
|
|
|
/* full size SD */
|
|
|
|
pinctrl-0 = <&sdhi0_pins>;
|
|
|
|
pinctrl-1 = <&sdhi0_pins_uhs>;
|
|
|
|
pinctrl-names = "default", "state_uhs";
|
|
|
|
|
|
|
|
vmmc-supply = <&vcc_sdhi0>;
|
|
|
|
vqmmc-supply = <&vccq_sdhi0>;
|
|
|
|
cd-gpios = <&gpio3 12 GPIO_ACTIVE_LOW>;
|
|
|
|
wp-gpios = <&gpio3 13 GPIO_ACTIVE_HIGH>;
|
|
|
|
bus-width = <4>;
|
|
|
|
sd-uhs-sdr12;
|
|
|
|
sd-uhs-sdr25;
|
|
|
|
sd-uhs-sdr50;
|
|
|
|
sd-uhs-sdr104;
|
2018-05-31 17:56:42 +00:00
|
|
|
status = "okay";
|
2018-10-31 19:34:41 +00:00
|
|
|
max-frequency = <208000000>;
|
2018-05-31 17:56:42 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&sdhi1 {
|
2018-10-31 19:34:41 +00:00
|
|
|
/* microSD */
|
|
|
|
pinctrl-0 = <&sdhi1_pins>;
|
|
|
|
pinctrl-1 = <&sdhi1_pins_uhs>;
|
|
|
|
pinctrl-names = "default", "state_uhs";
|
|
|
|
|
|
|
|
vmmc-supply = <&vcc_sdhi1>;
|
|
|
|
vqmmc-supply = <&vccq_sdhi1>;
|
|
|
|
cd-gpios = <&gpio3 14 GPIO_ACTIVE_LOW>;
|
|
|
|
bus-width = <4>;
|
|
|
|
sd-uhs-sdr12;
|
|
|
|
sd-uhs-sdr25;
|
|
|
|
sd-uhs-sdr50;
|
|
|
|
sd-uhs-sdr104;
|
2018-05-31 17:56:42 +00:00
|
|
|
status = "okay";
|
2018-10-31 19:34:41 +00:00
|
|
|
max-frequency = <208000000>;
|
2018-05-31 17:56:42 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&sdhi3 {
|
2018-06-18 04:03:57 +00:00
|
|
|
/* used for on-board 8bit eMMC */
|
|
|
|
pinctrl-0 = <&sdhi3_pins>;
|
|
|
|
pinctrl-1 = <&sdhi3_pins_uhs>;
|
|
|
|
pinctrl-names = "default", "state_uhs";
|
|
|
|
|
|
|
|
vmmc-supply = <®_3p3v>;
|
|
|
|
vqmmc-supply = <®_1p8v>;
|
2018-05-31 17:56:42 +00:00
|
|
|
bus-width = <8>;
|
2018-06-18 04:03:57 +00:00
|
|
|
mmc-hs200-1_8v;
|
2018-06-13 05:11:47 +00:00
|
|
|
mmc-hs400-1_8v;
|
2018-05-31 17:56:42 +00:00
|
|
|
non-removable;
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2018-04-11 09:37:42 +00:00
|
|
|
&scif2 {
|
2018-06-13 19:44:50 +00:00
|
|
|
pinctrl-0 = <&scif2_pins>;
|
|
|
|
pinctrl-names = "default";
|
|
|
|
|
2018-04-11 09:37:42 +00:00
|
|
|
status = "okay";
|
|
|
|
};
|