340 lines
6.9 KiB
Plaintext
340 lines
6.9 KiB
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (c) 2020 Rockchip Electronics Co., Ltd.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "rv1109.dtsi"
|
|
#include "rv1126-ipc.dtsi"
|
|
|
|
/ {
|
|
model = "Rockchip RV1109 38 V10 SPI NAND DDR3 Board";
|
|
compatible = "rockchip,rv1109-38-v10-spi-nand", "rockchip,rv1109";
|
|
|
|
chosen {
|
|
bootargs = "earlycon=uart8250,mmio32,0xff570000 console=ttyFIQ0 ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs snd_aloop.index=7";
|
|
};
|
|
|
|
/delete-node/ vdd-npu;
|
|
/delete-node/ vdd-vepu;
|
|
|
|
cam_ircut0: cam_ircut {
|
|
compatible = "rockchip,ircut";
|
|
status = "okay";
|
|
ircut-open-gpios = <&gpio3 RK_PB1 GPIO_ACTIVE_HIGH>;
|
|
ircut-close-gpios = <&gpio3 RK_PB0 GPIO_ACTIVE_HIGH>;
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&ircut_pins>;
|
|
rockchip,camera-module-index = <1>;
|
|
rockchip,camera-module-facing = "front";
|
|
};
|
|
|
|
vcc_1v8: vcc-1v8 {
|
|
compatible = "regulator-fixed";
|
|
regulator-name = "vcc_1v8";
|
|
regulator-always-on;
|
|
regulator-boot-on;
|
|
regulator-min-microvolt = <1800000>;
|
|
regulator-max-microvolt = <1800000>;
|
|
};
|
|
|
|
vcc_dvdd: vcc-dvdd {
|
|
compatible = "regulator-fixed";
|
|
regulator-name = "vcc_dvdd";
|
|
regulator-always-on;
|
|
regulator-boot-on;
|
|
regulator-min-microvolt = <1200000>;
|
|
regulator-max-microvolt = <1200000>;
|
|
};
|
|
|
|
vcc3v3_sys: vcc33sys {
|
|
compatible = "regulator-fixed";
|
|
regulator-name = "vcc3v3_sys";
|
|
regulator-always-on;
|
|
regulator-boot-on;
|
|
regulator-min-microvolt = <3300000>;
|
|
regulator-max-microvolt = <3300000>;
|
|
};
|
|
|
|
vcc_sd: vcc-sd {
|
|
compatible = "regulator-fixed";
|
|
gpio = <&gpio0 RK_PA4 GPIO_ACTIVE_HIGH>;
|
|
pinctrl-0 = <&sdmmc_pwr>;
|
|
pinctrl-names = "default";
|
|
regulator-name = "vcc_sd";
|
|
regulator-min-microvolt = <3300000>;
|
|
regulator-max-microvolt = <3300000>;
|
|
startup-delay-us = <100000>;
|
|
vin-supply = <&vcc3v3_sys>;
|
|
enable-active-high;
|
|
};
|
|
|
|
vdd_arm: vdd-arm {
|
|
compatible = "pwm-regulator";
|
|
pwms = <&pwm0 0 5000 1>;
|
|
regulator-name = "vdd_arm";
|
|
regulator-min-microvolt = <720000>;
|
|
regulator-max-microvolt = <1000000>;
|
|
regulator-init-microvolt = <825000>;
|
|
regulator-always-on;
|
|
regulator-boot-on;
|
|
regulator-settling-time-up-us = <250>;
|
|
pwm-supply = <&vcc3v3_sys>;
|
|
status = "okay";
|
|
};
|
|
|
|
/*
|
|
* pwm1 is reserved as voltage adjustment in hardware
|
|
* use fixed regulator to avoid voltage adjustment by software
|
|
*/
|
|
vdd_logic_npu_vepu: vdd-logic-npu-vepu {
|
|
compatible = "pwm-regulator";
|
|
pwms = <&pwm1 0 5000 1>;
|
|
regulator-name = "vdd_logic_npu_vepu";
|
|
regulator-min-microvolt = <720000>;
|
|
regulator-max-microvolt = <880000>;
|
|
regulator-init-microvolt = <825000>;
|
|
regulator-always-on;
|
|
regulator-boot-on;
|
|
regulator-settling-time-up-us = <250>;
|
|
pwm-supply = <&vcc3v3_sys>;
|
|
status = "okay";
|
|
};
|
|
|
|
vdd_logic_npu_vepu_fixed: vdd-logic-npu-vepu-fixed {
|
|
compatible = "regulator-fixed";
|
|
regulator-name = "vdd_logic_npu_vepu-fixed";
|
|
regulator-always-on;
|
|
regulator-boot-on;
|
|
regulator-min-microvolt = <825000>;
|
|
regulator-max-microvolt = <825000>;
|
|
};
|
|
|
|
wireless_wlan: wireless-wlan {
|
|
compatible = "wlan-platdata";
|
|
rockchip,grf = <&grf>;
|
|
wifi_chip_type = "rtl8188fu";
|
|
WIFI,poweren_gpio = <&gpio0 RK_PC0 GPIO_ACTIVE_LOW>;
|
|
status = "okay";
|
|
};
|
|
|
|
};
|
|
|
|
&csi_dphy0 {
|
|
status = "okay";
|
|
|
|
ports {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
port@0 {
|
|
reg = <0>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
|
|
mipi_in_ucam0: endpoint@1 {
|
|
reg = <1>;
|
|
remote-endpoint = <&ucam_out0>;
|
|
data-lanes = <1 2 3 4>;
|
|
};
|
|
};
|
|
port@1 {
|
|
reg = <1>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
|
|
csidphy0_out: endpoint@0 {
|
|
reg = <0>;
|
|
remote-endpoint = <&isp_in>;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
&gmac {
|
|
phy-mode = "rmii";
|
|
clock_in_out = "output";
|
|
|
|
snps,reset-gpio = <&gpio3 RK_PC5 GPIO_ACTIVE_LOW>;
|
|
snps,reset-active-low;
|
|
snps,reset-delays-us = <0 50000 50000>;
|
|
|
|
assigned-clocks = <&cru CLK_GMAC_SRC>, <&cru CLK_GMAC_TX_RX>;
|
|
assigned-clock-parents = <&cru CLK_GMAC_SRC_M0>, <&cru RMII_MODE_CLK>;
|
|
assigned-clock-rates = <50000000>;
|
|
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&rmiim0_miim &rgmiim0_rxer &rmiim0_bus2 &rgmiim0_mclkinout_level0>;
|
|
|
|
phy-handle = <&phy>;
|
|
status = "okay";
|
|
};
|
|
|
|
&i2c1 {
|
|
status = "okay";
|
|
clock-frequency = <400000>;
|
|
|
|
os04a10: os04a10@36 {
|
|
compatible = "ovti,os04a10";
|
|
reg = <0x36>;
|
|
clocks = <&cru CLK_MIPICSI_OUT>;
|
|
clock-names = "xvclk";
|
|
power-domains = <&power RV1126_PD_VI>;
|
|
pinctrl-names = "rockchip,camera_default";
|
|
pinctrl-0 = <&mipicsi_clk0>;
|
|
avdd-supply = <&vcc3v3_sys>;
|
|
dovdd-supply = <&vcc_1v8>;
|
|
dvdd-supply = <&vcc_dvdd>;
|
|
pwdn-gpios = <&gpio1 RK_PD4 GPIO_ACTIVE_HIGH>;
|
|
reset-gpios = <&gpio1 RK_PD5 GPIO_ACTIVE_LOW>;
|
|
rockchip,camera-module-index = <1>;
|
|
rockchip,camera-module-facing = "front";
|
|
rockchip,camera-module-name = "CMK-OT1607-FV1";
|
|
rockchip,camera-module-lens-name = "M12-40IRC-4MP-F16";
|
|
ir-cut = <&cam_ircut0>;
|
|
|
|
port {
|
|
ucam_out0: endpoint {
|
|
remote-endpoint = <&mipi_in_ucam0>;
|
|
data-lanes = <1 2 3 4>;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
&mdio {
|
|
phy: phy@0 {
|
|
compatible = "ethernet-phy-ieee802.3-c22";
|
|
reg = <0x0>;
|
|
};
|
|
};
|
|
|
|
&npu {
|
|
npu-supply = <&vdd_logic_npu_vepu_fixed>;
|
|
};
|
|
|
|
&pinctrl {
|
|
ircut {
|
|
/omit-if-no-ref/
|
|
ircut_pins: ircut-pins {
|
|
rockchip,pins = <3 RK_PB0 RK_FUNC_GPIO &pcfg_pull_up>,
|
|
<3 RK_PB1 RK_FUNC_GPIO &pcfg_pull_up>;
|
|
};
|
|
};
|
|
|
|
sdmmc-pwr {
|
|
/omit-if-no-ref/
|
|
sdmmc_pwr: sdmmc-pwr {
|
|
rockchip,pins = <0 RK_PA4 RK_FUNC_GPIO &pcfg_pull_none>;
|
|
};
|
|
};
|
|
};
|
|
|
|
&pmu_io_domains {
|
|
status = "okay";
|
|
|
|
pmuio0-supply = <&vcc3v3_sys>;
|
|
pmuio1-supply = <&vcc3v3_sys>;
|
|
vccio2-supply = <&vcc3v3_sys>;
|
|
vccio4-supply = <&vcc_1v8>;
|
|
vccio5-supply = <&vcc3v3_sys>;
|
|
vccio6-supply = <&vcc3v3_sys>;
|
|
vccio7-supply = <&vcc3v3_sys>;
|
|
};
|
|
|
|
&rkisp_vir0 {
|
|
status = "okay";
|
|
|
|
ports {
|
|
port@0 {
|
|
reg = <0>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
|
|
isp_in: endpoint@0 {
|
|
reg = <0>;
|
|
remote-endpoint = <&csidphy0_out>;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
&rkvenc {
|
|
venc-supply = <&vdd_logic_npu_vepu_fixed>;
|
|
};
|
|
|
|
&rockchip_suspend {
|
|
status = "okay";
|
|
rockchip,sleep-debug-en = <1>;
|
|
rockchip,sleep-mode-config = <
|
|
(0
|
|
| RKPM_SLP_ARMOFF
|
|
| RKPM_SLP_PMU_PMUALIVE_32K
|
|
| RKPM_SLP_PMU_DIS_OSC
|
|
)
|
|
>;
|
|
};
|
|
|
|
&sdmmc0_bus4 {
|
|
rockchip,pins =
|
|
/* sdmmc0_d0 */
|
|
<1 RK_PA4 1 &pcfg_pull_up_drv_level_0>,
|
|
/* sdmmc0_d1 */
|
|
<1 RK_PA5 1 &pcfg_pull_up_drv_level_0>,
|
|
/* sdmmc0_d2 */
|
|
<1 RK_PA6 1 &pcfg_pull_up_drv_level_0>,
|
|
/* sdmmc0_d3 */
|
|
<1 RK_PA7 1 &pcfg_pull_up_drv_level_0>;
|
|
};
|
|
|
|
&sdmmc0_clk {
|
|
rockchip,pins =
|
|
/* sdmmc0_clk */
|
|
<1 RK_PB0 1 &pcfg_pull_up_drv_level_3>;
|
|
};
|
|
|
|
&sdmmc0_cmd {
|
|
rockchip,pins =
|
|
/* sdmmc0_cmd */
|
|
<1 RK_PB1 1 &pcfg_pull_up_drv_level_0>;
|
|
};
|
|
|
|
&sdmmc {
|
|
bus-width = <4>;
|
|
cap-mmc-highspeed;
|
|
cap-sd-highspeed;
|
|
card-detect-delay = <200>;
|
|
rockchip,default-sample-phase = <90>;
|
|
no-sdio;
|
|
no-mmc;
|
|
status = "okay";
|
|
vmmc-supply = <&vcc_sd>;
|
|
};
|
|
|
|
&sfc {
|
|
status = "okay";
|
|
|
|
flash@0 {
|
|
compatible = "spi-nand";
|
|
reg = <0>;
|
|
spi-max-frequency = <80000000>;
|
|
spi-rx-bus-width = <4>;
|
|
spi-tx-bus-width = <1>;
|
|
};
|
|
};
|
|
|
|
&u2phy_host {
|
|
status = "okay";
|
|
};
|
|
|
|
&u2phy1 {
|
|
status = "okay";
|
|
};
|
|
|
|
&usb_host0_ehci {
|
|
status = "okay";
|
|
};
|
|
|
|
&usb_host0_ohci {
|
|
status = "okay";
|
|
};
|