diff options
author | Liang Chen <cl@rock-chips.com> | 2021-06-22 04:05:17 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2021-06-22 12:21:55 +0200 |
commit | 01610a24cefa182b155a17e38cd0b84f8a3f0529 (patch) | |
tree | a6eb72a20a97fa796e3c264472423f14481da897 /Documentation/devicetree/bindings/arm | |
parent | arm64: dts: rockchip: add core dtsi for RK3568 SoC (diff) | |
download | linux-01610a24cefa182b155a17e38cd0b84f8a3f0529.tar.xz linux-01610a24cefa182b155a17e38cd0b84f8a3f0529.zip |
arm64: dts: rockchip: add basic dts for RK3568 EVB
This patch add rk3568-evb1-v10.dts for RK3568 evaluation board.
add uart/emmc/i2c/rk809 node for basic function.
Signed-off-by: Liang Chen <cl@rock-chips.com>
Link: https://lore.kernel.org/r/20210622020517.13100-5-cl@rock-chips.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'Documentation/devicetree/bindings/arm')
-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 4a6f772c1043..6546b015fc62 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -600,6 +600,11 @@ properties: - const: zkmagic,a95x-z2 - const: rockchip,rk3318 + - description: Rockchip RK3568 Evaluation board + items: + - const: rockchip,rk3568-evb1-v10 + - const: rockchip,rk3568 + additionalProperties: true ... |