blob: cd9947f166ca4c5eccfe87e4467fac6cdf929d6b [file] [log] [blame]
Patrice Chotard23661602019-02-12 16:50:38 +01001// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
2/*
3 * Copyright : STMicroelectronics 2018
4 */
5
6#include "stm32mp157a-dk1-u-boot.dtsi"
Patrick Delaunayd573e462019-07-30 19:16:38 +02007
Yannick Fertréaa375062019-10-07 15:29:13 +02008/ {
9 dsi_host: dsi_host {
10 compatible = "synopsys,dw-mipi-dsi";
11 status = "okay";
12 };
13};
14
Patrick Delaunayd573e462019-07-30 19:16:38 +020015&i2c1 {
16 hdmi-transmitter@39 {
17 reset-gpios = <&gpioa 10 GPIO_ACTIVE_LOW>;
18 };
19};