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

Commit 7123be3b authored by yannick fertre's avatar yannick fertre Committed by Alexandre Torgue
Browse files

ARM: dts: stm32: add cec pins to stm32mp157c



This patch adds cec support on stm32mp157c eval board.

Signed-off-by: default avatarYannick Fertre <yannick.fertre@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 066f371b
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -146,6 +146,15 @@
				gpio-ranges = <&pinctrl 0 160 8>;
			};

			cec_pins_a: cec-0 {
				pins {
					pinmux = <STM32_PINMUX('A', 15, AF4)>;
					bias-disable;
					drive-open-drain;
					slew-rate = <0>;
				};
			};

			i2c1_pins_a: i2c1-0 {
				pins {
					pinmux = <STM32_PINMUX('D', 12, AF5)>, /* I2C1_SCL */