commit | 430ff52cef41a3666b657a57a9ba4b5bcc685ed4 | [log] [tgz] |
---|---|---|
author | Janne Grunau <j@jannau.net> | Fri Jul 01 00:06:17 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 25 09:38:47 2022 -0400 |
tree | 47dd68cc078512f00b9824101c11ebbc17550300 | |
parent | 06c61d508493e6d5b4efb32bc639bf0c114c2233 [diff] |
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>