Skip to content

Commit 12b0712

Browse files
committed
rockchip64: add edge kernel support for Youyeetoo YY3588
- Add mainline device tree for YY3588 board - Enable all peripherals: USB 3.0, Ethernet, PCIe, HDMI - Add RK8602 PMIC regulators for CPU/NPU power - Enable I2C buses for PMIC and RTC - Fix pinctrl conflicts (I2C1 M2, disable SFC for UART7) - Configure USB-C and USB 3.0 host ports - Add HDMI0 output with HDPTX PHY - Enable thermal management with PWM fan - Add SD card and eMMC storage support - Configure all UARTs, I2S audio, and SPI buses - ES8323 audio codec currently disabled for further debugging
1 parent 32eaeb6 commit 12b0712

File tree

2 files changed

+1165
-2
lines changed

2 files changed

+1165
-2
lines changed

config/boards/youyeetoo-yy3588.csc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ BOARDFAMILY="rockchip-rk3588"
55
BOARD_MAINTAINER="SuperKali"
66
BOOTCONFIG="youyeetoo-yy3588-rk3588_defconfig"
77
BOOT_SOC="rk3588"
8-
KERNEL_TARGET="vendor"
8+
KERNEL_TARGET="vendor,edge"
99
FULL_DESKTOP="yes"
1010
BOOT_LOGO="desktop"
1111
IMAGE_PARTITION_TABLE="gpt"
@@ -19,7 +19,6 @@ function post_family_tweaks__youyeetoo_yy3588_naming_audios() {
1919

2020
mkdir -p $SDCARD/etc/udev/rules.d/
2121
echo 'SUBSYSTEM=="sound", ENV{ID_PATH}=="platform-hdmi0-sound", ENV{SOUND_DESCRIPTION}="HDMI0 Audio"' > $SDCARD/etc/udev/rules.d/90-naming-audios.rules
22-
echo 'SUBSYSTEM=="sound", ENV{ID_PATH}=="platform-hdmi1-sound", ENV{SOUND_DESCRIPTION}="HDMI1 Audio"' >> $SDCARD/etc/udev/rules.d/90-naming-audios.rules
2322
echo 'SUBSYSTEM=="sound", ENV{ID_PATH}=="platform-hdmiin-sound", ENV{SOUND_DESCRIPTION}="HDMI-In Audio"' >> $SDCARD/etc/udev/rules.d/90-naming-audios.rules
2423
echo 'SUBSYSTEM=="sound", ENV{ID_PATH}=="platform-dp0-sound", ENV{SOUND_DESCRIPTION}="DP0 Audio"' >> $SDCARD/etc/udev/rules.d/90-naming-audios.rules
2524
echo 'SUBSYSTEM=="sound", ENV{ID_PATH}=="platform-es8323-sound", ENV{SOUND_DESCRIPTION}="ES8323 Audio"' >> $SDCARD/etc/udev/rules.d/90-naming-audios.rules

0 commit comments

Comments
 (0)