Commit a450fc9a authored by Janne Grunau's avatar Janne Grunau Committed by Hector Martin

dt-bindings: arm: apple: Add t6001/t6002 Mac Studio compatibles

This adds the following apple,t6001 platform:

- apple,j375c - Mac Studio (M1 Max, 2022)

And the initial apple,t6002 platform:

- apple,j375d - Mac Studio (M1 Ultra, 2022)
Signed-off-by: default avatarJanne Grunau <j@jannau.net>
Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarMarc Zyngier <maz@kernel.org>
Signed-off-by: default avatarHector Martin <marcan@marcan.st>
parent 9d86cffe
...@@ -19,12 +19,14 @@ description: | ...@@ -19,12 +19,14 @@ description: |
- MacBook Air (M1, 2020) - MacBook Air (M1, 2020)
- iMac (24-inch, M1, 2021) - iMac (24-inch, M1, 2021)
And devices based on the "M1 Pro" and "M1 Max" SoCs: And devices based on the "M1 Pro", "M1 Max" and "M1 Ultra" SoCs:
- MacBook Pro (14-inch, M1 Pro, 2021) - MacBook Pro (14-inch, M1 Pro, 2021)
- MacBook Pro (14-inch, M1 Max, 2021) - MacBook Pro (14-inch, M1 Max, 2021)
- MacBook Pro (16-inch, M1 Pro, 2021) - MacBook Pro (16-inch, M1 Pro, 2021)
- MacBook Pro (16-inch, M1 Max, 2021) - MacBook Pro (16-inch, M1 Max, 2021)
- Mac Studio (M1 Max, 2022)
- Mac Studio (M1 Ultra, 2022)
The compatible property should follow this format: The compatible property should follow this format:
...@@ -67,6 +69,7 @@ properties: ...@@ -67,6 +69,7 @@ properties:
- apple,j457 # iMac (24-inch, 2x USB-C, M1, 2021) - apple,j457 # iMac (24-inch, 2x USB-C, M1, 2021)
- const: apple,t8103 - const: apple,t8103
- const: apple,arm-platform - const: apple,arm-platform
- description: Apple M1 Pro SoC based platforms - description: Apple M1 Pro SoC based platforms
items: items:
- enum: - enum:
...@@ -74,14 +77,23 @@ properties: ...@@ -74,14 +77,23 @@ properties:
- apple,j316s # MacBook Pro (16-inch, M1 Pro, 2021) - apple,j316s # MacBook Pro (16-inch, M1 Pro, 2021)
- const: apple,t6000 - const: apple,t6000
- const: apple,arm-platform - const: apple,arm-platform
- description: Apple M1 Max SoC based platforms - description: Apple M1 Max SoC based platforms
items: items:
- enum: - enum:
- apple,j314c # MacBook Pro (14-inch, M1 Max, 2021) - apple,j314c # MacBook Pro (14-inch, M1 Max, 2021)
- apple,j316c # MacBook Pro (16-inch, M1 Max, 2021) - apple,j316c # MacBook Pro (16-inch, M1 Max, 2021)
- apple,j375c # Mac Studio (M1 Max, 2022)
- const: apple,t6001 - const: apple,t6001
- const: apple,arm-platform - const: apple,arm-platform
- description: Apple M1 Ultra SoC based platforms
items:
- enum:
- apple,j375d # Mac Studio (M1 Ultra, 2022)
- const: apple,t6002
- const: apple,arm-platform
additionalProperties: true additionalProperties: true
... ...
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment