Lines Matching +full:arm +full:- +full:io
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/arm/apple.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Apple ARM Machine Device Tree Bindings
10 - Hector Martin <marcan@marcan.st>
13 ARM platforms using SoCs designed by Apple Inc., branded "Apple Silicon".
18 - Mac mini (M1, 2020)
19 - MacBook Pro (13-inch, M1, 2020)
20 - MacBook Air (M1, 2020)
24 compatible = "apple,<targettype>", "apple,<socid>", "apple,arm-platform";
26 <targettype> represents the board/device and comes from the `target-type`
30 $ ioreg -d2 -l | grep target-type
35 - Marketing name ("M1")
36 - Internal name ("H13G")
37 - Codename ("Tonga")
38 - SoC ID ("T8103")
39 - Package/IC part number ("APL1102")
43 the `compatible` property of the arm-io node of the Apple Device Tree,
46 $ ioreg -n arm-io | grep compatible
53 - description: Apple M1 SoC based platforms
55 - enum:
56 - apple,j274 # Mac mini (M1, 2020)
57 - apple,j293 # MacBook Pro (13-inch, M1, 2020)
58 - apple,j313 # MacBook Air (M1, 2020)
59 - const: apple,t8103
60 - const: apple,arm-platform