The MacBook Neo is the first MacBook to use an A-Series Apple Silicon
SoC. The MacBook Neo is overall similar to the M4 series devices.
The iPhone 16 Pro is based on the same SoC, but Apple does not allow
users running a custom OS on this device.
Signed-off-by: Yureka Lilian <redacted>
---
Documentation/devicetree/bindings/arm/apple.yaml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/Documentation/devicetree/bindings/arm/apple.yaml b/Documentation/devicetree/bindings/arm/apple.yaml
index 5d87a4fef193..7c3e7131a5e7 100644
--- a/Documentation/devicetree/bindings/arm/apple.yaml
+++ b/Documentation/devicetree/bindings/arm/apple.yaml
@@ -82,6 +82,10 @@ description: |
- iPhone 8 Plus
- iPhone X
+ Devices based on the "A18 Pro" SoC:
+
+ - MacBook Neo (A18 Pro, 2026)
+
Devices based on the "M1" SoC:
- Mac mini (M1, 2020)
@@ -300,6 +304,13 @@ properties:
- const: apple,t8015
- const: apple,arm-platform
+ - description: Apple A18 Pro SoC based platforms
+ items:
+ - enum:
+ - apple,j700 # MacBook Neo (A18 Pro, 2026)
+ - const: apple,t8140
+ - const: apple,arm-platform
+
- description: Apple M1 SoC based platforms
items:
- enum:
--
2.55.0