diff options
author | Mark Kettenis <kettenis@openbsd.org> | 2022-04-15 14:19:28 +0200 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-04-23 22:05:33 +0200 |
commit | 568d3ba9698126b165bfb25c01bb986478887fd2 (patch) | |
tree | 003299bfa4517a65ccdc8ac65bb3870431fa00ca | |
parent | faeb5641131ba0bfafa5ed61dd03b98b1f2a5edb (diff) | |
download | u-boot-568d3ba9698126b165bfb25c01bb986478887fd2.zip u-boot-568d3ba9698126b165bfb25c01bb986478887fd2.tar.gz u-boot-568d3ba9698126b165bfb25c01bb986478887fd2.tar.bz2 |
doc: board: apple: Mention M1 Ultra support
U-Boot now supports the M1 Ultra SoC as found in the new Mac Studio.
Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
-rw-r--r-- | doc/board/apple/m1.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/board/apple/m1.rst b/doc/board/apple/m1.rst index 083bfb0..8fa7637 100644 --- a/doc/board/apple/m1.rst +++ b/doc/board/apple/m1.rst @@ -10,6 +10,7 @@ the following SoCs work: - Apple M1 SoC (t8103) - Apple M1 Pro SoC (t6000) - Apple M1 Max SoC (t6001) + - Apple M1 Ultra SoC (t6002) On these SoCs the following hardware is supported: @@ -78,5 +79,5 @@ supported SoCs. - Base Address * - M1 (t8103) - 0x235200000 - * - M1 Pro/Max (t6000/t6001) + * - M1 Pro/Max/Ultra (t6000/t6001/t6002) - 0x39b200000 |