-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arm64: dts: rockchip: rk3588: add pine64 quartzpro64 board
- Loading branch information
Showing
2 changed files
with
250 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,249 @@ | ||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT) | ||
/* | ||
* Copyright (c) 2021 Rockchip Electronics Co., Ltd. | ||
* | ||
*/ | ||
|
||
/dts-v1/; | ||
|
||
#include <dt-bindings/pinctrl/rockchip.h> | ||
#include <dt-bindings/gpio/gpio.h> | ||
#include <dt-bindings/leds/common.h> | ||
#include "rk3588.dtsi" | ||
#include "rk3588-rk806-dual.dtsi" | ||
|
||
/ { | ||
model = "Pine64 RK3588 QuartzPro64 Board"; | ||
compatible = "pine64,quartzpro64", "rockchip,rk3588-evb1-v10", "rockchip,rk3588"; | ||
|
||
aliases { | ||
mmc0 = &sdhci; | ||
mmc1 = &sdmmc; | ||
}; | ||
|
||
chosen { | ||
stdout-path = "serial2:1500000n8"; | ||
}; | ||
|
||
leds { | ||
compatible = "gpio-leds"; | ||
work_led: led-0 { | ||
gpios = <&gpio3 RK_PB7 GPIO_ACTIVE_HIGH>; | ||
linux,default-trigger = "heartbeat"; | ||
function = LED_FUNCTION_STATUS; | ||
color = <LED_COLOR_ID_AMBER>; | ||
}; | ||
}; | ||
|
||
vcc12v_dcin: vcc12v-dcin { | ||
compatible = "regulator-fixed"; | ||
regulator-name = "vcc12v_dcin"; | ||
regulator-always-on; | ||
regulator-boot-on; | ||
regulator-min-microvolt = <12000000>; | ||
regulator-max-microvolt = <12000000>; | ||
}; | ||
|
||
vcc5v0_sys: vcc5v0-sys { | ||
compatible = "regulator-fixed"; | ||
regulator-name = "vcc5v0_sys"; | ||
regulator-always-on; | ||
regulator-boot-on; | ||
regulator-min-microvolt = <5000000>; | ||
regulator-max-microvolt = <5000000>; | ||
vin-supply = <&vcc12v_dcin>; | ||
}; | ||
|
||
vcc5v0_usbdcin: vcc5v0-usbdcin { | ||
compatible = "regulator-fixed"; | ||
regulator-name = "vcc5v0_usbdcin"; | ||
regulator-always-on; | ||
regulator-boot-on; | ||
regulator-min-microvolt = <5000000>; | ||
regulator-max-microvolt = <5000000>; | ||
vin-supply = <&vcc12v_dcin>; | ||
}; | ||
|
||
vcc5v0_usb: vcc5v0-usb { | ||
compatible = "regulator-fixed"; | ||
regulator-name = "vcc5v0_usb"; | ||
regulator-always-on; | ||
regulator-boot-on; | ||
regulator-min-microvolt = <5000000>; | ||
regulator-max-microvolt = <5000000>; | ||
vin-supply = <&vcc5v0_usbdcin>; | ||
}; | ||
|
||
vcc5v0_usb_host: vcc5v0-usb-host { | ||
compatible = "regulator-fixed"; | ||
regulator-name = "vcc5v0_usb_host"; | ||
regulator-boot-on; | ||
regulator-always-on; | ||
regulator-min-microvolt = <5000000>; | ||
regulator-max-microvolt = <5000000>; | ||
enable-active-high; | ||
gpio = <&gpio4 RK_PB0 GPIO_ACTIVE_HIGH>; | ||
vin-supply = <&vcc5v0_usb>; | ||
pinctrl-names = "default"; | ||
pinctrl-0 = <&vcc5v0_usb_host_en_h>; | ||
}; | ||
|
||
vbus5v0_typec: vbus5v0-typec { | ||
compatible = "regulator-fixed"; | ||
regulator-name = "vbus5v0_typec"; | ||
regulator-min-microvolt = <5000000>; | ||
regulator-max-microvolt = <5000000>; | ||
enable-active-high; | ||
gpio = <&gpio4 RK_PD0 GPIO_ACTIVE_HIGH>; | ||
vin-supply = <&vcc5v0_usb>; | ||
pinctrl-names = "default"; | ||
pinctrl-0 = <&vcc5v0_usbc_host_en_h>; | ||
}; | ||
}; | ||
|
||
&cpu_l0 { | ||
cpu-supply = <&vdd_cpu_lit_s0>; | ||
mem-supply = <&vdd_cpu_lit_mem_s0>; | ||
}; | ||
|
||
&cpu_b0 { | ||
cpu-supply = <&vdd_cpu_big0_s0>; | ||
mem-supply = <&vdd_cpu_big0_mem_s0>; | ||
}; | ||
|
||
&cpu_b2 { | ||
cpu-supply = <&vdd_cpu_big1_s0>; | ||
mem-supply = <&vdd_cpu_big1_mem_s0>; | ||
}; | ||
|
||
&tsadc { | ||
status = "okay"; | ||
}; | ||
|
||
&gpu { | ||
mali-supply = <&vdd_gpu_s0>; | ||
mem-supply = <&vdd_gpu_mem_s0>; | ||
status = "disabled"; | ||
}; | ||
|
||
&gmac0 { | ||
phy-mode = "rgmii-rxid"; | ||
clock_in_out = "output"; | ||
|
||
snps,reset-gpio = <&gpio4 RK_PB3 GPIO_ACTIVE_LOW>; | ||
snps,reset-active-low; | ||
/* Reset time is 20ms, 100ms for rtl8211f */ | ||
snps,reset-delays-us = <0 20000 100000>; | ||
|
||
pinctrl-names = "default"; | ||
pinctrl-0 = <&gmac0_miim | ||
&gmac0_tx_bus2 | ||
&gmac0_rx_bus2 | ||
&gmac0_rgmii_clk | ||
&gmac0_rgmii_bus>; | ||
|
||
tx_delay = <0x43>; | ||
rx_delay = <0x00>; | ||
|
||
phy-handle = <&phy1>; | ||
phy-supply = <&vcc_3v3_s0>; | ||
status = "okay"; | ||
}; | ||
|
||
&mdio0 { | ||
phy1: ethernet-phy@1 { | ||
compatible = "ethernet-phy-ieee802.3-c22"; | ||
reg = <1>; | ||
max-speed = <1000>; | ||
}; | ||
}; | ||
|
||
&sdhci { | ||
bus-width = <8>; | ||
no-sdio; | ||
no-sd; | ||
non-removable; | ||
max-frequency = <140000000>; | ||
// mmc-hs400-1_8v; | ||
// mmc-hs400-enhanced-strobe; | ||
vmmc-supply = <&vcc_3v3_s0>; | ||
vqmmc-supply = <&vcc_1v8_s0>; | ||
status = "okay"; | ||
}; | ||
|
||
&sdmmc { | ||
max-frequency = <140000000>; | ||
no-sdio; | ||
no-mmc; | ||
bus-width = <4>; | ||
cap-sd-highspeed; | ||
// sd-uhs-sdr104; | ||
disable-wp; | ||
vmmc-supply = <&vcc_3v3_sd_s0>; | ||
vqmmc-supply = <&vccio_sd_s0>; | ||
pinctrl-names = "default"; | ||
pinctrl-0 = <&sdmmc_bus4 &sdmmc_clk &sdmmc_cmd &sdmmc_det>; | ||
status = "okay"; | ||
}; | ||
|
||
&sdio { | ||
|
||
}; | ||
|
||
&uart2 { | ||
pinctrl-0 = <&uart2m0_xfer>; | ||
status = "okay"; | ||
}; | ||
|
||
&uart8 { | ||
status = "okay"; | ||
pinctrl-names = "default"; | ||
pinctrl-0 = <&uart8m1_xfer &uart8m1_ctsn>; | ||
uart-has-rtscts; | ||
|
||
bluetooth { | ||
compatible = "brcm,bcm4375-bt"; | ||
status = "disabled"; | ||
}; | ||
}; | ||
|
||
&i2c2 { | ||
status = "okay"; | ||
|
||
hym8563: hym8563@51 { | ||
compatible = "haoyu,hym8563"; | ||
reg = <0x51>; | ||
#clock-cells = <0>; | ||
clock-frequency = <32768>; | ||
clock-output-names = "hym8563"; | ||
pinctrl-names = "default"; | ||
pinctrl-0 = <&hym8563_int>; | ||
interrupt-parent = <&gpio0>; | ||
interrupts = <RK_PD4 IRQ_TYPE_LEVEL_LOW>; | ||
wakeup-source; | ||
}; | ||
}; | ||
|
||
&pinctrl { | ||
hym8563 { | ||
hym8563_int: hym8563-int { | ||
rockchip,pins = <0 RK_PD4 RK_FUNC_GPIO &pcfg_pull_up>; | ||
}; | ||
}; | ||
|
||
usb { | ||
vcc5v0_usb_host_en_h: vcc5v0-usb-host-en-h { | ||
rockchip,pins = <4 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>; | ||
}; | ||
}; | ||
|
||
usb-typec { | ||
usbc0_int: usbc0-int { | ||
rockchip,pins = <3 RK_PB4 RK_FUNC_GPIO &pcfg_pull_up>; | ||
}; | ||
|
||
vcc5v0_usbc_host_en_h: typec5v-pwren { | ||
rockchip,pins = <0 RK_PC5 RK_FUNC_GPIO &pcfg_pull_none>; | ||
}; | ||
}; | ||
}; |