blob: b31f1a7a2b3fc36e7dfa480d27012d6d0fd56f97 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// SPDX-License-Identifier: GPL-2.0+ OR MIT
2/*
3 * GPIO pin mappings for Apple T600x SoCs.
4 *
5 * Copyright The Asahi Linux Contributors
6 */
7
8&pinctrl_ap {
9 i2c0_pins: i2c0-pins {
10 pinmux = <APPLE_PINMUX(92, 1)>,
11 <APPLE_PINMUX(93, 1)>;
12 };
13
14 i2c1_pins: i2c1-pins {
15 pinmux = <APPLE_PINMUX(94, 1)>,
16 <APPLE_PINMUX(95, 1)>;
17 };
18
19 i2c2_pins: i2c2-pins {
20 pinmux = <APPLE_PINMUX(96, 1)>,
21 <APPLE_PINMUX(97, 1)>;
22 };
23
24 i2c3_pins: i2c3-pins {
25 pinmux = <APPLE_PINMUX(98, 1)>,
26 <APPLE_PINMUX(99, 1)>;
27 };
28
29 i2c4_pins: i2c4-pins {
30 pinmux = <APPLE_PINMUX(8, 1)>,
31 <APPLE_PINMUX(9, 1)>;
32 };
33
34 i2c5_pins: i2c5-pins {
35 pinmux = <APPLE_PINMUX(100, 1)>,
36 <APPLE_PINMUX(101, 1)>;
37 };
38
39 pcie_pins: pcie-pins {
40 pinmux = <APPLE_PINMUX(0, 1)>,
41 <APPLE_PINMUX(1, 1)>,
42 <APPLE_PINMUX(2, 1)>,
43 <APPLE_PINMUX(3, 1)>;
44 };
45};