1// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2/* 3 * Copyright (c) 2023 Rockchip Electronics Co., Ltd. 4 * 5 */ 6 7/dts-v1/; 8 9#include "rk3588-vehicle-s66-v10.dtsi" 10#include "rk3588-vehicle-adsp-audio-s66.dtsi" 11#include "rk3588-vehicle-maxim-serdes-display-s66.dtsi" 12#include "rk3588-vehicle-maxim-cameras-s66.dtsi" 13#include "rk3588-android.dtsi" 14 15/ { 16 model = "Rockchip RK3588 VEHICLE S66 Board V10"; 17 compatible = "rockchip,rk3588-vehicle-s66-v10", "rockchip,rk3588"; 18}; 19 20&rockchip_suspend { 21 rockchip,sleep-mode-config = < 22 (0 23 | RKPM_SLP_ARMOFF_DDRPD 24 | RKPM_SLP_PMU_PMUALIVE_32K 25 | RKPM_SLP_PMU_DIS_OSC 26 | RKPM_SLP_32K_EXT 27 ) 28 >; 29 rockchip,wakeup-config = < 30 (0 31 | RKPM_GPIO_WKUP_EN 32 ) 33 >; 34 status = "okay"; 35}; 36 37&vdd_log_s0 { 38 regulator-state-mem { 39 regulator-on-in-suspend; 40 regulator-suspend-microvolt = <800000>; 41 }; 42}; 43 44&vcc_3v3_s0 { 45 regulator-state-mem { 46 regulator-on-in-suspend; 47 regulator-suspend-microvolt = <3300000>; 48 }; 49}; 50 51&vcc_1v8_s0 { 52 regulator-state-mem { 53 regulator-on-in-suspend; 54 regulator-suspend-microvolt = <1800000>; 55 }; 56}; 57 58&vccio_sd_s0 { 59 regulator-min-microvolt = <3300000>; 60 regulator-max-microvolt = <3300000>; 61}; 62 63&vdd_0v75_hdmi_edp_s0 { 64 regulator-min-microvolt = <837500>; 65 regulator-max-microvolt = <837500>; 66}; 67 68&vdd_cpu_big1_mem_s0 { 69 regulator-min-microvolt = <3300000>; 70 regulator-max-microvolt = <3300000>; 71}; 72 73&vdd_cpu_big0_mem_s0 { 74 regulator-min-microvolt = <1000000>; 75 regulator-max-microvolt = <1000000>; 76}; 77 78&vdd_cpu_lit_mem_s0 { 79 regulator-min-microvolt = <1200000>; 80 regulator-max-microvolt = <1200000>; 81}; 82 83&vdd_gpu_mem_s0 { 84 regulator-min-microvolt = <1800000>; 85 regulator-max-microvolt = <1800000>; 86 regulator-state-mem { 87 regulator-on-in-suspend; 88 }; 89}; 90