arm64: dts: apple: Add T2 devices
authorNick Chan <towinchenmi@gmail.com>
Mon, 3 Feb 2025 11:42:53 +0000 (19:42 +0800)
committerSven Peter <sven@svenpeter.dev>
Sun, 9 Feb 2025 11:48:44 +0000 (11:48 +0000)
commit4efbcb623e9bc5c1430b3fbc3dfdd4fe0945c64e
tree8218caac372547ed37756c76a7bf6982d6cbc3f4
parent007c9b75f7e34d83d5a5230a0fb376730d9dce96
arm64: dts: apple: Add T2 devices

Add DTS files for the T2 SoC and the following devices based on it:

- Apple T2 MacBookPro15,2 (j132)
- Apple T2 iMacPro1,1 (j137)
- Apple T2 MacBookAir8,2 (j140a)
- Apple T2 MacBookAir8,1 (j140k)
- Apple T2 MacBookPro16,1 (j152f)
- Apple T2 MacPro7,1 (j160)
- Apple T2 Macmini8,1 (j174)
- Apple T2 iMac20,1 (j185)
- Apple T2 iMac20,2 (j185f)
- Apple T2 MacBookPro15,4 (j213)
- Apple T2 MacBookPro16,2 (j214k)
- Apple T2 MacBookPro16,4 (j215)
- Apple T2 MacBookPro16,3 (j223)
- Apple T2 MacBookAir9,1 (j230k)
- Apple T2 MacBookPro15,1 (j680)
- Apple T2 MacBookPro15,3 (j780)

The Apple T2 is an A10-based security chip found on some Intel Macs
from 2017 onwards. On models with a touchbar, the touchbar's
display is wired to it. These devices have no offical names, the
naming scheme is from libirecovery.

Signed-off-by: Nick Chan <towinchenmi@gmail.com>
Reviewed-by: Neal Gompa <neal@gompa.dev>
Signed-off-by: Sven Peter <sven@svenpeter.dev>
20 files changed:
arch/arm64/boot/dts/apple/Makefile
arch/arm64/boot/dts/apple/t8012-j132.dts [new file with mode: 0644]
arch/arm64/boot/dts/apple/t8012-j137.dts [new file with mode: 0644]
arch/arm64/boot/dts/apple/t8012-j140a.dts [new file with mode: 0644]
arch/arm64/boot/dts/apple/t8012-j140k.dts [new file with mode: 0644]
arch/arm64/boot/dts/apple/t8012-j152f.dts [new file with mode: 0644]
arch/arm64/boot/dts/apple/t8012-j160.dts [new file with mode: 0644]
arch/arm64/boot/dts/apple/t8012-j174.dts [new file with mode: 0644]
arch/arm64/boot/dts/apple/t8012-j185.dts [new file with mode: 0644]
arch/arm64/boot/dts/apple/t8012-j185f.dts [new file with mode: 0644]
arch/arm64/boot/dts/apple/t8012-j213.dts [new file with mode: 0644]
arch/arm64/boot/dts/apple/t8012-j214k.dts [new file with mode: 0644]
arch/arm64/boot/dts/apple/t8012-j215.dts [new file with mode: 0644]
arch/arm64/boot/dts/apple/t8012-j223.dts [new file with mode: 0644]
arch/arm64/boot/dts/apple/t8012-j230k.dts [new file with mode: 0644]
arch/arm64/boot/dts/apple/t8012-j680.dts [new file with mode: 0644]
arch/arm64/boot/dts/apple/t8012-j780.dts [new file with mode: 0644]
arch/arm64/boot/dts/apple/t8012-jxxx.dtsi [new file with mode: 0644]
arch/arm64/boot/dts/apple/t8012-touchbar.dtsi [new file with mode: 0644]
arch/arm64/boot/dts/apple/t8012.dtsi [new file with mode: 0644]