1// SPDX-License-Identifier: GPL-2.0+ OR MIT 2/* 3 * GPIO pin mappings for Apple T6031/T6032/T6034 SoCs. 4 * 5 * Copyright The Asahi Linux Contributors 6 */ 7 8&pinctrl_ap { 9 i2c0_pins: i2c0-pins { 10 pinmux = <APPLE_PINMUX(56, 1)>, 11 <APPLE_PINMUX(57, 1)>; 12 }; 13 14 i2c1_pins: i2c1-pins { 15 pinmux = <APPLE_PINMUX(58, 1)>, 16 <APPLE_PINMUX(59, 1)>; 17 }; 18 19 i2c2_pins: i2c2-pins { 20 pinmux = <APPLE_PINMUX(60, 1)>, 21 <APPLE_PINMUX(61, 1)>; 22 }; 23 24 i2c3_pins: i2c3-pins { 25 pinmux = <APPLE_PINMUX(62, 1)>, 26 <APPLE_PINMUX(63, 1)>; 27 }; 28 29 i2c4_pins: i2c4-pins { 30 pinmux = <APPLE_PINMUX(64, 1)>, 31 <APPLE_PINMUX(65, 1)>; 32 }; 33 34 i2c5_pins: i2c5-pins { 35 pinmux = <APPLE_PINMUX(66, 1)>, 36 <APPLE_PINMUX(67, 1)>; 37 }; 38 39 i2c6_pins: i2c6-pins { 40 pinmux = <APPLE_PINMUX(68, 1)>, 41 <APPLE_PINMUX(69, 1)>; 42 }; 43 44 i2c7_pins: i2c7-pins { 45 pinmux = <APPLE_PINMUX(70, 1)>, 46 <APPLE_PINMUX(71, 1)>; 47 }; 48 49 i2c8_pins: i2c8-pins { 50 pinmux = <APPLE_PINMUX(72, 1)>, 51 <APPLE_PINMUX(73, 1)>; 52 }; 53}; 54