Lines Matching +full:4 +full:- +full:inch
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Hector Martin <marcan@marcan.st>
17 - Mac mini (M1, 2020)
18 - MacBook Pro (13-inch, M1, 2020)
19 - MacBook Air (M1, 2020)
20 - iMac (24-inch, M1, 2021)
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)
31 compatible = "apple,<targettype>", "apple,<socid>", "apple,arm-platform";
33 <targettype> represents the board/device and comes from the `target-type`
37 $ ioreg -d2 -l | grep target-type
42 - Marketing name ("M1")
43 - Internal name ("H13G")
44 - Codename ("Tonga")
45 - SoC ID ("T8103")
46 - Package/IC part number ("APL1102")
50 the `compatible` property of the arm-io node of the Apple Device Tree,
53 $ ioreg -n arm-io | grep compatible
60 - description: Apple M1 SoC based platforms
62 - enum:
63 - apple,j274 # Mac mini (M1, 2020)
64 - apple,j293 # MacBook Pro (13-inch, M1, 2020)
65 - apple,j313 # MacBook Air (M1, 2020)
66 - apple,j456 # iMac (24-inch, 4x USB-C, M1, 2021)
67 - apple,j457 # iMac (24-inch, 2x USB-C, M1, 2021)
68 - const: apple,t8103
69 - const: apple,arm-platform
70 - description: Apple M1 Pro SoC based platforms
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
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