@@ -19,6 +19,13 @@ description: |
19
19
- MacBook Air (M1, 2020)
20
20
- iMac (24-inch, M1, 2021)
21
21
22
+ And devices based on the "M1 Pro" and "M1 Max" SoCs:
23
+
24
+ - MacBook Pro (14-inch, M1 Pro, 2021)
25
+ - MacBook Pro (14-inch, M1 Max, 2021)
26
+ - MacBook Pro (16-inch, M1 Pro, 2021)
27
+ - MacBook Pro (16-inch, M1 Max, 2021)
28
+
22
29
The compatible property should follow this format:
23
30
24
31
compatible = "apple,<targettype>", "apple,<socid>", "apple,arm-platform";
@@ -60,6 +67,20 @@ properties:
60
67
- apple,j457 # iMac (24-inch, 2x USB-C, M1, 2021)
61
68
- const : apple,t8103
62
69
- const : apple,arm-platform
70
+ - description : Apple M1 Pro SoC based platforms
71
+ items :
72
+ - enum :
73
+ - apple,j314s # MacBook Pro (14-inch, M1 Pro, 2021)
74
+ - apple,j316s # MacBook Pro (16-inch, M1 Pro, 2021)
75
+ - const : apple,t6000
76
+ - const : apple,arm-platform
77
+ - description : Apple M1 Max SoC based platforms
78
+ items :
79
+ - enum :
80
+ - apple,j314c # MacBook Pro (14-inch, M1 Max, 2021)
81
+ - apple,j316c # MacBook Pro (16-inch, M1 Max, 2021)
82
+ - const : apple,t6001
83
+ - const : apple,arm-platform
63
84
64
85
additionalProperties : true
65
86
0 commit comments