blob: 510cca5acb79ca449dc11ba043475cfc43becc4c [file] [log] [blame]
Patrice Chotard23661602019-02-12 16:50:38 +01001// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2/*
3 * Copyright (C) STMicroelectronics 2019 - All Rights Reserved
4 * Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
5 */
6
7/dts-v1/;
8
Patrick Delaunay1a4f57c2020-03-06 17:54:41 +01009#include "stm32mp157.dtsi"
10#include "stm32mp15xc.dtsi"
11#include "stm32mp15-pinctrl.dtsi"
12#include "stm32mp15xxac-pinctrl.dtsi"
13#include "stm32mp15xx-dkx.dtsi"
Patrice Chotard23661602019-02-12 16:50:38 +010014
15/ {
16 model = "STMicroelectronics STM32MP157C-DK2 Discovery Board";
17 compatible = "st,stm32mp157c-dk2", "st,stm32mp157";
Patrick Delaunay1a4f57c2020-03-06 17:54:41 +010018
19 aliases {
20 ethernet0 = &ethernet0;
Patrick Delaunay62f95af2020-09-16 10:01:32 +020021 serial3 = &usart2;
Patrick Delaunay1a4f57c2020-03-06 17:54:41 +010022 };
23
24 chosen {
25 stdout-path = "serial0:115200n8";
26 };
Patrice Chotard23661602019-02-12 16:50:38 +010027};
28
Patrick Delaunayf050e3f2021-01-11 12:33:36 +010029&cryp1 {
30 status = "okay";
31};
32
Patrice Chotard23661602019-02-12 16:50:38 +010033&dsi {
Patrice Chotardf9591182023-09-26 17:09:18 +020034 #address-cells = <1>;
35 #size-cells = <0>;
Patrice Chotard23661602019-02-12 16:50:38 +010036 status = "okay";
Patrice Chotard23661602019-02-12 16:50:38 +010037
38 panel@0 {
39 compatible = "orisetech,otm8009a";
40 reg = <0>;
41 reset-gpios = <&gpioe 4 GPIO_ACTIVE_LOW>;
Patrick Delaunay35a54d42019-07-11 11:15:28 +020042 power-supply = <&v3v3>;
Patrice Chotard23661602019-02-12 16:50:38 +010043 status = "okay";
44
45 port {
46 panel_in: endpoint {
47 remote-endpoint = <&dsi_out>;
48 };
49 };
50 };
51};
52
Patrice Chotardf9591182023-09-26 17:09:18 +020053&dsi_in {
54 remote-endpoint = <&ltdc_ep1_out>;
55};
56
57&dsi_out {
58 remote-endpoint = <&panel_in>;
59};
60
Patrick Delaunayd35a5af2020-01-28 10:11:00 +010061&i2c1 {
62 touchscreen@38 {
63 compatible = "focaltech,ft6236";
64 reg = <0x38>;
65 interrupts = <2 2>;
66 interrupt-parent = <&gpiof>;
67 interrupt-controller;
68 touchscreen-size-x = <480>;
69 touchscreen-size-y = <800>;
70 status = "okay";
71 };
72};
73
Patrice Chotard23661602019-02-12 16:50:38 +010074&ltdc {
75 status = "okay";
76
77 port {
Patrice Chotardf9591182023-09-26 17:09:18 +020078 #address-cells = <1>;
79 #size-cells = <0>;
80
Patrice Chotard23661602019-02-12 16:50:38 +010081 ltdc_ep1_out: endpoint@1 {
82 reg = <1>;
83 remote-endpoint = <&dsi_in>;
84 };
85 };
86};
Patrick Delaunay62f95af2020-09-16 10:01:32 +020087
88&usart2 {
89 pinctrl-names = "default", "sleep", "idle";
90 pinctrl-0 = <&usart2_pins_c>;
91 pinctrl-1 = <&usart2_sleep_pins_c>;
92 pinctrl-2 = <&usart2_idle_pins_c>;
93 status = "disabled";
94};