arm: apple: Add initial Apple M2 support
authorJanne Grunau <j@jannau.net>
Thu, 30 Jun 2022 22:06:17 +0000 (00:06 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 25 Jul 2022 13:38:47 +0000 (09:38 -0400)
commite53237aa53448fc1baed408cdad3ad5aef9bbe65
tree47dd68cc078512f00b9824101c11ebbc17550300
parent6e0793f485e078e2f4fe3c45eca0c6042c085c25
arm: apple: Add initial Apple M2 support

Apple's M2 SoC very similar to the M1 and can use the same memory map.
The keyboard/trackpad on the MacBook Pro (13-inch, M2, 2022) uses
"dockchannel" as transport instead of SPI and needs a new driver.
USB, NVMe, uart, framebuffer and watchdog are working with the existing
drivers.

Signed-off-by: Janne Grunau <j@jannau.net>
Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
arch/arm/mach-apple/board.c