[PATCH v3 0/2]
From: Damon Ding
Date: Tue Sep 10 2024 - 22:38:16 EST
Specification:
- Rockchip RK3588S
- RK806-2x2pcs + DiscretePower
- eMMC5.1 + SPI Flash
- Micro SD Card3.0
- 1 x Typec3.0 + 2 x USB2 HOST
- 1 x 1Lane PCIE2.0 Connector(RC Mode)
- Headphone output
- Array Key(MENU/VOL+/VOL-/ESC), Reset, Power on/off Key
- 6 x SARADC
Damon Ding (2):
dt-bindings: arm: rockchip: Add rk3588s evb1 board
arm64: dts: rockchip: Add support for rk3588s evb1 board
Changes in v2:
- rename amplifier nodes to amplifier-headphone and amplifier-speaker
- sort audio and backlight nodes by node name
- format names of regulator nodes to regulator-*
- add CPU/memory regulator coupling
- fix "VOP-" to "VOL-" in commit message
- remove bootargs property in chosen node
Changes in v3:
- remove unevaluated properties:
pcie@fe190000: 'rockchip,skip-scan-in-resume'
pmic@1: regulators: dcdc-reg*: 'regulator-init-microvolt'
phy@fed80000: 'svid'
.../devicetree/bindings/arm/rockchip.yaml | 5 +
arch/arm64/boot/dts/rockchip/Makefile | 1 +
.../boot/dts/rockchip/rk3588s-evb1-v10.dts | 1125 +++++++++++++++++
3 files changed, 1131 insertions(+)
create mode 100644 arch/arm64/boot/dts/rockchip/rk3588s-evb1-v10.dts
--
2.34.1