1// 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	spi1_pins: spi1-pins {
40		pinmux = <APPLE_PINMUX(10, 1)>,
41			<APPLE_PINMUX(11, 1)>,
42			<APPLE_PINMUX(32, 1)>,
43			<APPLE_PINMUX(33, 1)>;
44	};
45
46	spi3_pins: spi3-pins {
47		pinmux = <APPLE_PINMUX(52, 1)>,
48			<APPLE_PINMUX(53, 1)>,
49			<APPLE_PINMUX(54, 1)>,
50			<APPLE_PINMUX(55, 1)>;
51	};
52
53	pcie_pins: pcie-pins {
54		pinmux = <APPLE_PINMUX(0, 1)>,
55				<APPLE_PINMUX(1, 1)>,
56				<APPLE_PINMUX(2, 1)>,
57				<APPLE_PINMUX(3, 1)>;
58	};
59};
60