2017-12-15 12:44:27 +01:00
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2013-10-14 17:34:02 +02:00
/*
* Copyright (c) 2013 Heiko Stuebner <heiko@sntech.de>
*/
/dts-v1/;
2016-03-31 20:24:29 +02:00
#include <dt-bindings/input/input.h>
2013-10-14 17:34:02 +02:00
#include "rk3188.dtsi"
/ {
model = "Radxa Rock";
2014-05-06 19:10:11 +02:00
compatible = "radxa,rock", "rockchip,rk3188";
2013-10-14 17:34:02 +02:00
2016-09-09 10:01:09 -04:00
memory@60000000 {
2015-07-15 20:57:21 +02:00
device_type = "memory";
2013-10-14 17:34:02 +02:00
reg = <0x60000000 0x80000000>;
};
2014-07-26 18:44:35 +02:00
gpio-keys {
compatible = "gpio-keys";
autorepeat;
2013-10-14 17:34:02 +02:00
2016-03-31 20:24:29 +02:00
power {
2016-10-22 20:54:55 +08:00
gpios = <&gpio0 RK_PA4 GPIO_ACTIVE_LOW>;
2016-03-31 20:24:29 +02:00
linux,code = <KEY_POWER>;
2014-07-26 18:44:35 +02:00
label = "GPIO Key Power";
linux,input-type = <1>;
2016-02-08 21:55:12 +00:00
wakeup-source;
2014-07-26 18:44:35 +02:00
debounce-interval = <100>;
2013-10-14 17:34:02 +02:00
};
2014-07-26 18:44:35 +02:00
};
2013-10-14 17:34:02 +02:00
2014-07-26 18:44:35 +02:00
gpio-leds {
compatible = "gpio-leds";
2013-10-14 17:34:02 +02:00
2020-04-28 16:49:32 +02:00
green_led: led-0 {
2014-11-23 16:19:35 +00:00
label = "rock:green:user1";
2016-10-22 20:54:55 +08:00
gpios = <&gpio0 RK_PB4 GPIO_ACTIVE_LOW>;
2014-07-26 18:44:35 +02:00
default-state = "off";
};
2013-10-14 17:34:02 +02:00
2020-04-28 16:49:32 +02:00
blue_led: led-1 {
2014-11-23 16:19:35 +00:00
label = "rock:blue:user2";
2016-10-22 20:54:55 +08:00
gpios = <&gpio0 RK_PB6 GPIO_ACTIVE_LOW>;
2014-07-26 18:44:35 +02:00
default-state = "off";
2013-10-14 17:34:02 +02:00
};
2020-04-28 16:49:32 +02:00
sleep_led: led-2 {
2014-11-23 16:19:35 +00:00
label = "rock:red:power";
2016-10-22 20:54:55 +08:00
gpios = <&gpio0 RK_PB7 GPIO_ACTIVE_HIGH>;
2014-07-26 18:44:35 +02:00
default-state = "off";
};
2013-10-14 17:34:02 +02:00
};
2014-06-26 16:18:44 +02:00
2015-10-08 15:31:15 +02:00
sound {
compatible = "simple-audio-card";
simple-audio-card,name = "SPDIF";
simple-audio-card,dai-link@1 { /* S/PDIF - S/PDIF */
cpu { sound-dai = <&spdif>; };
codec { sound-dai = <&spdif_out>; };
};
};
spdif_out: spdif-out {
compatible = "linux,spdif-dit";
#sound-dai-cells = <0>;
};
2014-07-13 14:10:01 +02:00
ir_recv: gpio-ir-receiver {
compatible = "gpio-ir-receiver";
2016-10-22 20:54:55 +08:00
gpios = <&gpio0 RK_PB2 GPIO_ACTIVE_LOW>;
2014-07-13 14:10:01 +02:00
pinctrl-names = "default";
pinctrl-0 = <&ir_recv_pin>;
};
2014-09-09 15:40:52 +02:00
vcc_otg: usb-otg-regulator {
compatible = "regulator-fixed";
enable-active-high;
2016-10-22 20:54:55 +08:00
gpio = <&gpio2 RK_PD7 GPIO_ACTIVE_HIGH>;
2014-09-09 15:40:52 +02:00
pinctrl-names = "default";
2014-09-16 18:53:10 +02:00
pinctrl-0 = <&otg_vbus_drv>;
2014-09-09 15:40:52 +02:00
regulator-name = "otg-vbus";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
regulator-always-on;
regulator-boot-on;
};
2014-06-26 16:18:44 +02:00
vcc_sd0: sdmmc-regulator {
compatible = "regulator-fixed";
regulator-name = "sdmmc-supply";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
2016-10-22 20:54:55 +08:00
gpio = <&gpio3 RK_PA1 GPIO_ACTIVE_LOW>;
2018-09-20 11:34:36 +02:00
pinctrl-names = "default";
pinctrl-0 = <&sdmmc_pwr>;
2014-06-26 16:18:44 +02:00
startup-delay-us = <100000>;
vin-supply = <&vcc_io>;
};
2014-09-09 15:40:52 +02:00
vcc_host: usb-host-regulator {
compatible = "regulator-fixed";
enable-active-high;
2016-10-22 20:54:55 +08:00
gpio = <&gpio0 RK_PA3 GPIO_ACTIVE_HIGH>;
2014-09-09 15:40:52 +02:00
pinctrl-names = "default";
2014-09-16 18:53:10 +02:00
pinctrl-0 = <&host_vbus_drv>;
2014-09-09 15:40:52 +02:00
regulator-name = "host-pwr";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
regulator-always-on;
regulator-boot-on;
};
2015-03-07 15:14:59 +01:00
vsys: vsys-regulator {
compatible = "regulator-fixed";
regulator-name = "vsys";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
regulator-boot-on;
};
2013-10-14 17:34:02 +02:00
};
2014-07-26 23:08:06 +02:00
2014-09-08 17:14:50 +00:00
&emac {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&emac_xfer>, <&emac_mdio>, <&phy_int>;
phy = <&phy0>;
phy-supply = <&vcc_rmii>;
phy0: ethernet-phy@0 {
reg = <0>;
interrupt-parent = <&gpio3>;
2016-10-22 20:54:55 +08:00
interrupts = <RK_PD2 IRQ_TYPE_LEVEL_LOW>;
2014-09-08 17:14:50 +00:00
};
};
2014-09-13 00:34:30 +02:00
&cpu0 {
2018-11-12 13:27:25 +01:00
cpu-supply = <&vdd_arm>;
};
&cpu1 {
cpu-supply = <&vdd_arm>;
};
&cpu2 {
cpu-supply = <&vdd_arm>;
};
&cpu3 {
cpu-supply = <&vdd_arm>;
2014-09-13 00:34:30 +02:00
};
2017-09-03 22:28:41 +02:00
&gpu {
status = "okay";
};
2014-06-22 16:41:09 +02:00
&i2c1 {
status = "okay";
clock-frequency = <400000>;
2014-08-20 21:07:22 +02:00
rtc@51 {
compatible = "haoyu,hym8563";
reg = <0x51>;
interrupt-parent = <&gpio0>;
2016-10-22 20:54:55 +08:00
interrupts = <RK_PB5 IRQ_TYPE_EDGE_FALLING>;
2014-08-20 21:07:22 +02:00
pinctrl-names = "default";
pinctrl-0 = <&rtc_int>;
#clock-cells = <0>;
clock-output-names = "xin32k";
};
2014-06-22 16:41:09 +02:00
act8846: act8846@5a {
compatible = "active-semi,act8846";
reg = <0x5a>;
status = "okay";
2015-05-11 22:57:21 +02:00
system-power-controller;
2014-06-22 16:41:09 +02:00
pinctrl-names = "default";
pinctrl-0 = <&act8846_dvs0_ctl>;
2015-03-07 15:14:59 +01:00
vp1-supply = <&vsys>;
vp2-supply = <&vsys>;
vp3-supply = <&vsys>;
vp4-supply = <&vsys>;
inl1-supply = <&vcc_io>;
inl2-supply = <&vsys>;
inl3-supply = <&vsys>;
2014-06-22 16:41:09 +02:00
regulators {
vcc_ddr: REG1 {
regulator-name = "VCC_DDR";
regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <1200000>;
regulator-always-on;
};
vdd_log: REG2 {
regulator-name = "VDD_LOG";
regulator-min-microvolt = <1000000>;
regulator-max-microvolt = <1000000>;
regulator-always-on;
};
vdd_arm: REG3 {
regulator-name = "VDD_ARM";
regulator-min-microvolt = <875000>;
2014-09-13 00:34:30 +02:00
regulator-max-microvolt = <1350000>;
2014-06-22 16:41:09 +02:00
regulator-always-on;
};
vcc_io: REG4 {
regulator-name = "VCC_IO";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
};
vdd_10: REG5 {
regulator-name = "VDD_10";
regulator-min-microvolt = <1000000>;
regulator-max-microvolt = <1000000>;
regulator-always-on;
};
vdd_hdmi: REG6 {
regulator-name = "VDD_HDMI";
regulator-min-microvolt = <2500000>;
regulator-max-microvolt = <2500000>;
regulator-always-on;
};
vcc18: REG7 {
regulator-name = "VCC_18";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
regulator-always-on;
};
vcca_33: REG8 {
regulator-name = "VCCA_33";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
};
vcc_rmii: REG9 {
regulator-name = "VCC_RMII";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
vccio_wl: REG10 {
regulator-name = "VCCIO_WL";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
};
vcc_18: REG11 {
regulator-name = "VCC18_IO";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
regulator-always-on;
};
vcc28: REG12 {
regulator-name = "VCC_28";
regulator-min-microvolt = <2800000>;
regulator-max-microvolt = <2800000>;
regulator-always-on;
};
};
};
};
2014-06-26 16:18:44 +02:00
&mmc0 {
status = "okay";
2014-08-11 19:51:44 +02:00
pinctrl-names = "default";
pinctrl-0 = <&sd0_clk>, <&sd0_cmd>, <&sd0_cd>, <&sd0_bus4>;
2014-06-26 16:18:44 +02:00
vmmc-supply = <&vcc_sd0>;
2014-08-07 16:38:02 +09:00
bus-width = <4>;
2015-09-12 18:00:50 +08:00
cap-mmc-highspeed;
cap-sd-highspeed;
2014-08-07 16:38:02 +09:00
disable-wp;
2014-06-26 16:18:44 +02:00
};
2014-11-14 16:32:25 +01:00
&pwm1 {
status = "okay";
};
&pwm2 {
status = "okay";
};
&pwm3 {
status = "okay";
};
2014-06-22 16:41:09 +02:00
&pinctrl {
pcfg_output_low: pcfg-output-low {
output-low;
};
act8846 {
act8846_dvs0_ctl: act8846-dvs0-ctl {
2019-04-02 14:08:57 +02:00
rockchip,pins = <3 RK_PD3 RK_FUNC_GPIO &pcfg_output_low>;
2014-06-22 16:41:09 +02:00
};
};
2014-07-13 14:10:01 +02:00
2014-08-20 21:07:22 +02:00
hym8563 {
rtc_int: rtc-int {
2019-04-02 14:08:57 +02:00
rockchip,pins = <0 RK_PA0 RK_FUNC_GPIO &pcfg_pull_up>;
2014-08-20 21:07:22 +02:00
};
};
2014-09-08 17:14:50 +00:00
lan8720a {
phy_int: phy-int {
2019-04-02 14:08:57 +02:00
rockchip,pins = <3 RK_PD2 RK_FUNC_GPIO &pcfg_pull_up>;
2014-09-08 17:14:50 +00:00
};
};
2014-07-13 14:10:01 +02:00
ir-receiver {
ir_recv_pin: ir-recv-pin {
2019-04-02 14:08:57 +02:00
rockchip,pins = <0 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>;
2014-07-13 14:10:01 +02:00
};
};
2014-09-09 15:40:52 +02:00
2018-09-20 11:34:36 +02:00
sd0 {
sdmmc_pwr: sdmmc-pwr {
2019-04-02 14:08:57 +02:00
rockchip,pins = <3 RK_PA1 RK_FUNC_GPIO &pcfg_pull_none>;
2018-09-20 11:34:36 +02:00
};
};
2014-09-09 15:40:52 +02:00
usb {
host_vbus_drv: host-vbus-drv {
2019-04-02 14:08:57 +02:00
rockchip,pins = <0 RK_PA3 RK_FUNC_GPIO &pcfg_pull_none>;
2014-09-09 15:40:52 +02:00
};
otg_vbus_drv: otg-vbus-drv {
2019-04-02 14:08:57 +02:00
rockchip,pins = <2 RK_PD7 RK_FUNC_GPIO &pcfg_pull_none>;
2014-09-09 15:40:52 +02:00
};
};
2014-06-22 16:41:09 +02:00
};
2015-10-08 15:31:15 +02:00
&spdif {
status = "okay";
};
2014-07-26 23:08:06 +02:00
&uart0 {
status = "okay";
};
&uart1 {
status = "okay";
};
&uart2 {
status = "okay";
};
&uart3 {
status = "okay";
};
2014-07-30 10:16:17 +02:00
2015-08-01 20:28:36 +02:00
&usbphy {
status = "okay";
};
2014-09-09 15:40:52 +02:00
&usb_host {
status = "okay";
};
&usb_otg {
status = "okay";
};
2014-07-30 10:16:17 +02:00
&wdt {
status = "okay";
};