2019-02-12 15:50:38 +00:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
|
|
/*
|
|
|
|
* Copyright (C) STMicroelectronics 2019 - All Rights Reserved
|
|
|
|
* Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
2020-03-06 16:54:41 +00:00
|
|
|
#include "stm32mp157.dtsi"
|
|
|
|
#include "stm32mp15xc.dtsi"
|
|
|
|
#include "stm32mp15-pinctrl.dtsi"
|
|
|
|
#include "stm32mp15xxac-pinctrl.dtsi"
|
|
|
|
#include "stm32mp15xx-dkx.dtsi"
|
2019-02-12 15:50:38 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "STMicroelectronics STM32MP157C-DK2 Discovery Board";
|
|
|
|
compatible = "st,stm32mp157c-dk2", "st,stm32mp157";
|
2020-03-06 16:54:41 +00:00
|
|
|
|
|
|
|
aliases {
|
|
|
|
ethernet0 = ðernet0;
|
|
|
|
serial0 = &uart4;
|
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
stdout-path = "serial0:115200n8";
|
|
|
|
};
|
2019-02-12 15:50:38 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&dsi {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
status = "okay";
|
|
|
|
phy-dsi-supply = <®18>;
|
|
|
|
|
|
|
|
ports {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
|
|
|
|
port@0 {
|
|
|
|
reg = <0>;
|
|
|
|
dsi_in: endpoint {
|
|
|
|
remote-endpoint = <<dc_ep1_out>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
port@1 {
|
|
|
|
reg = <1>;
|
|
|
|
dsi_out: endpoint {
|
|
|
|
remote-endpoint = <&panel_in>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
panel@0 {
|
|
|
|
compatible = "orisetech,otm8009a";
|
|
|
|
reg = <0>;
|
|
|
|
reset-gpios = <&gpioe 4 GPIO_ACTIVE_LOW>;
|
2019-07-11 09:15:28 +00:00
|
|
|
power-supply = <&v3v3>;
|
2019-02-12 15:50:38 +00:00
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
port {
|
|
|
|
panel_in: endpoint {
|
|
|
|
remote-endpoint = <&dsi_out>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2020-01-28 09:11:00 +00:00
|
|
|
&i2c1 {
|
|
|
|
touchscreen@38 {
|
|
|
|
compatible = "focaltech,ft6236";
|
|
|
|
reg = <0x38>;
|
|
|
|
interrupts = <2 2>;
|
|
|
|
interrupt-parent = <&gpiof>;
|
|
|
|
interrupt-controller;
|
|
|
|
touchscreen-size-x = <480>;
|
|
|
|
touchscreen-size-y = <800>;
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2019-02-12 15:50:38 +00:00
|
|
|
<dc {
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
port {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
|
|
|
|
ltdc_ep1_out: endpoint@1 {
|
|
|
|
reg = <1>;
|
|
|
|
remote-endpoint = <&dsi_in>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|