Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85e6f7ff authored by Jorik Jonker's avatar Jorik Jonker Committed by Maxime Ripard
Browse files

dts: sun8i-h3: add pinmux definitions for I2C0-2



These are the only possible pins for these peripherals according to the
datasheet.

Signed-off-by: default avatarJorik Jonker <jorik@kippendief.biz>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 33d9fc06
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -327,6 +327,27 @@
			interrupt-controller;
			#interrupt-cells = <3>;

			i2c0_pins: i2c0 {
				allwinner,pins = "PA11", "PA12";
				allwinner,function = "i2c0";
				allwinner,drive = <SUN4I_PINCTRL_10_MA>;
				allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
			};

			i2c1_pins: i2c1 {
				allwinner,pins = "PA18", "PA19";
				allwinner,function = "i2c1";
				allwinner,drive = <SUN4I_PINCTRL_10_MA>;
				allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
			};

			i2c2_pins: i2c2 {
				allwinner,pins = "PE12", "PE13";
				allwinner,function = "i2c2";
				allwinner,drive = <SUN4I_PINCTRL_10_MA>;
				allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
			};

			mmc0_pins_a: mmc0@0 {
				allwinner,pins = "PF0", "PF1", "PF2", "PF3",
						 "PF4", "PF5";