Message ID | 20220709103001.2753992-1-andyshrk@163.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add support for rk3399 based eaidk-610 | expand |
On Sat, 09 Jul 2022 18:30:01 +0800, Andy Yan wrote: > EAIDK-610 is a rk3399 based board from OPEN AI LAB > and popularly used by university students. > > Specification: > - Rockchip RK3399 > - LPDDR3 4GB > - TF sd scard slot > - eMMC > - AP6255 for WiFi + BT > - Gigabit ethernet > - HDMI out > - 40 pin header > - USB 2.0 x 2 > - USB 3.0 x 1 > - USB 3.0 Type-C x 1 > - 12V DC Power supply > > Signed-off-by: Andy Yan <andyshrk@163.com> > --- > > (no changes since v1) > > Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index cf9eb1e8326a..f1dd87b1544e 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -470,6 +470,11 @@ properties: - const: netxeon,r89 - const: rockchip,rk3288 + - description: OPEN AI LAB EAIDK-610 + items: + - const: openailab,eaidk-610 + - const: rockchip,rk3399 + - description: Orange Pi RK3399 board items: - const: rockchip,rk3399-orangepi
EAIDK-610 is a rk3399 based board from OPEN AI LAB and popularly used by university students. Specification: - Rockchip RK3399 - LPDDR3 4GB - TF sd scard slot - eMMC - AP6255 for WiFi + BT - Gigabit ethernet - HDMI out - 40 pin header - USB 2.0 x 2 - USB 3.0 x 1 - USB 3.0 Type-C x 1 - 12V DC Power supply Signed-off-by: Andy Yan <andyshrk@163.com> --- (no changes since v1) Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ 1 file changed, 5 insertions(+)