Home
last modified time | relevance | path

Searched full:apple (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/Linux-v6.1/arch/arm64/boot/dts/apple/
Dt8103-pmgr.dtsi3 * PMGR Power domains for the Apple T8103 "M1" SoC
11 compatible = "apple,t8103-pmgr-pwrstate", "apple,pmgr-pwrstate";
16 apple,always-on; /* Core device */
20 compatible = "apple,t8103-pmgr-pwrstate", "apple,pmgr-pwrstate";
25 apple,always-on; /* Core device */
29 compatible = "apple,t8103-pmgr-pwrstate", "apple,pmgr-pwrstate";
34 apple,always-on; /* Core device */
38 compatible = "apple,t8103-pmgr-pwrstate", "apple,pmgr-pwrstate";
46 compatible = "apple,t8103-pmgr-pwrstate", "apple,pmgr-pwrstate";
54 compatible = "apple,t8103-pmgr-pwrstate", "apple,pmgr-pwrstate";
[all …]
Dt8103.dtsi3 * Apple T8103 "M1" SoC
11 #include <dt-bindings/interrupt-controller/apple-aic.h>
13 #include <dt-bindings/pinctrl/apple.h>
16 compatible = "apple,t8103", "apple,arm-platform";
26 compatible = "apple,icestorm";
34 compatible = "apple,icestorm";
42 compatible = "apple,icestorm";
50 compatible = "apple,icestorm";
58 compatible = "apple,firestorm";
66 compatible = "apple,firestorm";
[all …]
Dt8103-j456.dts3 * Apple iMac (24-inch, 4x USB-C, M1, 2020)
16 compatible = "apple,j456", "apple,t8103", "apple,arm-platform";
17 model = "Apple iMac (24-inch, 4x USB-C, M1, 2020)";
25 brcm,board-type = "apple,capri";
30 compatible = "apple,cd321x";
38 compatible = "apple,cd321x";
Dt8103-j313.dts3 * Apple MacBook Air (M1, 2020)
16 compatible = "apple,j313", "apple,t8103", "apple,arm-platform";
17 model = "Apple MacBook Air (M1, 2020)";
21 brcm,board-type = "apple,shikoku";
Dt8103-j293.dts3 * Apple MacBook Pro (13-inch, M1, 2020)
16 compatible = "apple,j293", "apple,t8103", "apple,arm-platform";
17 model = "Apple MacBook Pro (13-inch, M1, 2020)";
21 brcm,board-type = "apple,honshu";
Dt8103-j274.dts3 * Apple Mac mini (M1, 2020)
16 compatible = "apple,j274", "apple,t8103", "apple,arm-platform";
17 model = "Apple Mac mini (M1, 2020)";
25 brcm,board-type = "apple,atlantisb";
Dt8103-j457.dts3 * Apple iMac (24-inch, 2x USB-C, M1, 2020)
16 compatible = "apple,j457", "apple,t8103", "apple,arm-platform";
17 model = "Apple iMac (24-inch, 2x USB-C, M1, 2020)";
25 brcm,board-type = "apple,santorini";
/Linux-v6.1/Documentation/devicetree/bindings/arm/
Dapple.yaml4 $id: http://devicetree.org/schemas/arm/apple.yaml#
7 title: Apple ARM Machine
13 ARM platforms using SoCs designed by Apple Inc., branded "Apple Silicon".
31 compatible = "apple,<targettype>", "apple,<socid>", "apple,arm-platform";
34 property of the root node of the Apple Device Tree, lowercased. It can be
39 <socid> is the lowercased SoC ID. Apple uses at least *five* different
50 the `compatible` property of the arm-io node of the Apple Device Tree,
60 - description: Apple M1 SoC based platforms
63 - apple,j274 # Mac mini (M1, 2020)
64 - apple,j293 # MacBook Pro (13-inch, M1, 2020)
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/arm/apple/
Dapple,pmgr.yaml4 $id: http://devicetree.org/schemas/arm/apple/apple,pmgr.yaml#
7 title: Apple SoC Power Manager (PMGR)
13 Apple SoCs include PMGR blocks responsible for power management,
25 - apple,t8103-pmgr
26 - apple,t6000-pmgr
27 - const: apple,pmgr
45 $ref: /schemas/power/apple,pmgr-pwrstate.yaml#
60 compatible = "apple,t8103-pmgr", "apple,pmgr", "syscon", "simple-mfd";
66 compatible = "apple,t8103-pmgr-pwrstate", "apple,pmgr-pwrstate";
71 apple,always-on;
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/
Dapple,pinctrl.yaml4 $id: http://devicetree.org/schemas/pinctrl/apple,pinctrl.yaml#
7 title: Apple GPIO controller
13 The Apple GPIO controller is a simple combined pin and GPIO
14 controller present on Apple ARM SoC platforms, including various
15 iPhone and iPad devices and the "Apple Silicon" Macs.
21 - apple,t8103-pinctrl
22 - apple,t6000-pinctrl
23 - const: apple,pinctrl
39 apple,npins:
68 defined in include/dt-bindings/pinctrl/apple.h.
[all …]
/Linux-v6.1/drivers/firmware/efi/
Dsysfb_efi.c189 EFIFB_DMI_SYSTEM_ID("Apple Computer, Inc.", "iMac4,1", M_I17),
191 EFIFB_DMI_SYSTEM_ID("Apple Computer, Inc.", "iMac5,1", M_I20),
192 EFIFB_DMI_SYSTEM_ID("Apple Inc.", "iMac5,1", M_I20),
194 EFIFB_DMI_SYSTEM_ID("Apple Computer, Inc.", "iMac6,1", M_I24),
195 EFIFB_DMI_SYSTEM_ID("Apple Inc.", "iMac6,1", M_I24),
196 EFIFB_DMI_SYSTEM_ID("Apple Inc.", "iMac7,1", M_I20_SR),
197 EFIFB_DMI_SYSTEM_ID("Apple Inc.", "iMac8,1", M_I24_8_1),
198 EFIFB_DMI_SYSTEM_ID("Apple Inc.", "iMac10,1", M_I24_10_1),
199 EFIFB_DMI_SYSTEM_ID("Apple Inc.", "iMac11,1", M_I27_11_1),
200 EFIFB_DMI_SYSTEM_ID("Apple Computer, Inc.", "Macmini1,1", M_MINI),
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/nvme/
Dapple,nvme-ans.yaml4 $id: http://devicetree.org/schemas/nvme/apple,nvme-ans.yaml#
7 title: Apple ANS NVM Express host controller
16 - apple,t8103-nvme-ans2
17 - apple,t6000-nvme-ans2
18 - const: apple,nvme-ans2
57 apple,sart:
62 The SART address filter is documented in iommu/apple,sart.yaml.
68 const: apple,t8103-nvme-ans2
91 - apple,sart
97 #include <dt-bindings/interrupt-controller/apple-aic.h>
[all …]
/Linux-v6.1/drivers/soc/apple/
DKconfig5 menu "Apple SoC drivers"
8 bool "Apple SoC PMGR power state control"
16 The PMGR block in Apple SoCs provides high-level power state
21 tristate "Apple RTKit co-processor IPC protocol"
26 Apple SoCs such as the M1 come with various co-processors running
31 Say 'y' here if you have an Apple SoC.
34 tristate "Apple SART DMA address filter"
38 Apple SART is a simple DMA address filter used on Apple SoCs such
42 Say 'y' here if you have an Apple SoC.
/Linux-v6.1/Documentation/devicetree/bindings/mailbox/
Dapple,mailbox.yaml4 $id: http://devicetree.org/schemas/mailbox/apple,mailbox.yaml#
7 title: Apple Mailbox Controller
14 The Apple mailbox consists of two FIFOs used to exchange 64+32 bit
16 of this mailbox can be found on Apple SoCs.
31 - apple,t8103-asc-mailbox
32 - apple,t6000-asc-mailbox
33 - const: apple,asc-mailbox-v4
41 - apple,t8103-m3-mailbox
42 - apple,t6000-m3-mailbox
43 - const: apple,m3-mailbox-v2
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/dma/
Dapple,admac.yaml4 $id: http://devicetree.org/schemas/dma/apple,admac.yaml#
7 title: Apple Audio DMA Controller (ADMAC)
10 Apple's Audio DMA Controller (ADMAC) is used to fetch and store audio samples
11 on SoCs from the "Apple Silicon" family.
27 - apple,t6000-admac
28 - apple,t8103-admac
29 - const: apple,admac
70 #include <dt-bindings/interrupt-controller/apple-aic.h>
79 compatible = "apple,t8103-admac", "apple,admac";
/Linux-v6.1/Documentation/devicetree/bindings/power/
Dapple,pmgr-pwrstate.yaml4 $id: http://devicetree.org/schemas/power/apple,pmgr-pwrstate.yaml#
7 title: Apple SoC PMGR Power States
16 Apple SoCs include PMGR blocks responsible for power management,
27 See Documentation/devicetree/bindings/arm/apple/apple,pmgr.yaml
34 - apple,t8103-pmgr-pwrstate
35 - apple,t6000-pmgr-pwrstate
36 - const: apple,pmgr-pwrstate
59 apple,always-on:
64 apple,min-state:
/Linux-v6.1/Documentation/devicetree/bindings/interrupt-controller/
Dapple,aic.yaml4 $id: http://devicetree.org/schemas/interrupt-controller/apple,aic.yaml#
7 title: Apple Interrupt Controller
13 The Apple Interrupt Controller is a simple interrupt controller present on
14 Apple ARM SoC platforms, including various iPhone and iPad devices and the
15 "Apple Silicon" Macs.
40 - const: apple,t8103-aic
41 - const: apple,aic
85 apple,fiq-index:
99 - apple,fiq-index
117 compatible = "apple,t8103-aic", "apple,aic";
Dapple,aic2.yaml4 $id: http://devicetree.org/schemas/interrupt-controller/apple,aic2.yaml#
7 title: Apple Interrupt Controller 2
13 The Apple Interrupt Controller 2 is a simple interrupt controller present on
14 Apple ARM SoC platforms starting with t600x (M1 Pro and Max).
34 - const: apple,t6000-aic
35 - const: apple,aic2
91 compatible = "apple,t6000-aic", "apple,aic2";
/Linux-v6.1/Documentation/devicetree/bindings/watchdog/
Dapple,wdt.yaml4 $id: http://devicetree.org/schemas/watchdog/apple,wdt.yaml#
7 title: Apple SoC Watchdog
19 - apple,t8103-wdt
20 - apple,t6000-wdt
21 - const: apple,wdt
42 #include <dt-bindings/interrupt-controller/apple-aic.h>
46 compatible = "apple,t8103-wdt", "apple,wdt";
/Linux-v6.1/Documentation/devicetree/bindings/nvmem/
Dapple,efuses.yaml4 $id: http://devicetree.org/schemas/nvmem/apple,efuses.yaml#
7 title: Apple SoC eFuse-based NVMEM
10 Apple SoCs such as the M1 contain factory-programmed eFuses used to e.g. store
24 - apple,t8103-efuses
25 - apple,t6000-efuses
26 - const: apple,efuses
40 compatible = "apple,t8103-efuses", "apple,efuses";
/Linux-v6.1/Documentation/devicetree/bindings/clock/
Dapple,nco.yaml4 $id: http://devicetree.org/schemas/clock/apple,nco.yaml#
7 title: Apple SoCs' NCO block
13 The NCO (Numerically Controlled Oscillator) block found on Apple SoCs
24 - apple,t6000-nco
25 - apple,t8103-nco
26 - const: apple,nco
58 compatible = "apple,t8103-nco", "apple,nco";
/Linux-v6.1/Documentation/devicetree/bindings/pci/
Dapple,pcie.yaml4 $id: http://devicetree.org/schemas/pci/apple,pcie.yaml#
7 title: Apple PCIe host controller
13 The Apple PCIe host controller is a PCIe host controller with
14 multiple root ports present in Apple ARM SoC platforms, including
15 various iPhone and iPad devices and the "Apple Silicon" Macs.
35 - apple,t8103-pcie
36 - apple,t6000-pcie
37 - const: apple,pcie
93 const: apple,t8103-pcie
103 #include <dt-bindings/interrupt-controller/apple-aic.h>
[all …]
/Linux-v6.1/security/integrity/platform_certs/
Dload_uefi.c18 * certificates causes occurrence of a page fault in Apple's firmware and
23 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro15,1") },
24 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro15,2") },
25 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro15,3") },
26 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro15,4") },
27 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro16,1") },
28 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro16,2") },
29 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro16,3") },
30 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookPro16,4") },
31 { UEFI_QUIRK_SKIP_CERT("Apple Inc.", "MacBookAir8,1") },
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/i2c/
Dapple,i2c.yaml4 $id: "http://devicetree.org/schemas/i2c/apple,i2c.yaml#"
7 title: Apple/PASemi I2C controller
13 Apple SoCs such as the M1 come with a I2C controller based on the one found
25 - apple,t8103-i2c
26 - apple,t6000-i2c
27 - const: apple,i2c
59 compatible = "apple,t8103-i2c", "apple,i2c";
/Linux-v6.1/Documentation/devicetree/bindings/iommu/
Dapple,dart.yaml4 $id: http://devicetree.org/schemas/iommu/apple,dart.yaml#
7 title: Apple DART IOMMU
13 Apple SoCs may contain an implementation of their Device Address
25 const: apple,t8103-dart
58 compatible = "apple,t8103-dart";
70 compatible = "apple,t8103-dart";
76 compatible = "apple,t8103-dart";

12345678910>>...15