diff options
author | Damon Ding <[email protected]> | 2024-09-14 17:54:55 +0800 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 2024-09-30 11:59:45 +0200 |
commit | fab49faebdfb0c3cdec6c70334e52f65343d130c (patch) | |
tree | dd365048b74fc13ff9e69d5027c2016bdd6b8d71 | |
parent | 50c51bc28a7d7e7bb28b40ec3948ae73410bc2fc (diff) |
dt-bindings: arm: rockchip: Add RK3588S EVB1 board
Add devicetree binding for the Rockchip RK3588S evaluation board.
RK3588S EVB1 board features:
- Rockchip RK3588S
- PMIC: RK806-2x2pcs+DiscretePower
- RAM: LPDDR4/4x 2pcsx 32bit
- ROM: eMMC5.1+ SPI Falsh
Signed-off-by: Damon Ding <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Stuebner <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/arm/rockchip.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 1ed72df971c8..7860395a44e6 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -985,6 +985,11 @@ properties: - const: rockchip,rk3588-evb1-v10 - const: rockchip,rk3588 + - description: Rockchip RK3588S Evaluation board + items: + - const: rockchip,rk3588s-evb1-v10 + - const: rockchip,rk3588s + - description: Rockchip RV1108 Evaluation board items: - const: rockchip,rv1108-evb |