mbox series

[v2,0/3] Add support for rk3399 based eaidk-610

Message ID 20220709102902.2753851-1-andyshrk@163.com (mailing list archive)
Headers show
Series Add support for rk3399 based eaidk-610 | expand

Message

Andy Yan July 9, 2022, 10:29 a.m. UTC
EAIDK-610 is 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

This patch is test on Armbain and Glodroid with
HDMI/GPU/USB HOST/Type-C ADB/WIFI/BT.

Changes in v2:
- split bindings to a seperate patch
- address Rob's review about power-key and auido codec
- drop status property of fusb302
- enable bluetooth and typec otg

Andy Yan (3):
  dt-bindings: vendor-prefixes: Add OPEN AI LAB
  dt-bindings: arm: rockchip: Add EAIDK-610
  arm64: dts: rockchip: Add dts for a rk3399 based board EAIDK-610

 .../devicetree/bindings/arm/rockchip.yaml     |   5 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm64/boot/dts/rockchip/Makefile         |   1 +
 .../boot/dts/rockchip/rk3399-eaidk-610.dts    | 939 ++++++++++++++++++
 4 files changed, 947 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-eaidk-610.dts

Comments

Heiko Stübner Sept. 4, 2022, 5:22 p.m. UTC | #1
On Sat, 9 Jul 2022 18:29:02 +0800, Andy Yan wrote:
> EAIDK-610 is 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
> 
> [...]

Applied, thanks!

[1/3] dt-bindings: vendor-prefixes: Add OPEN AI LAB
      commit: 467dcf345613a779efc3af1dce88a576079666e6
[2/3] dt-bindings: arm: rockchip: Add EAIDK-610
      commit: a15ca48b6451b7af27323749f35d0f9929f83f73
[3/3] arm64: dts: rockchip: Add dts for a rk3399 based board EAIDK-610
      commit: 904f983256fdd24bde974bf2f38fbacd3edbcd80

Best regards,