blob: 5f6a7976bb32d0a8ffbebc5f4fa49da4e8fd6e49 [file] [log] [blame]
Patrick Delaunaye07a86b2019-11-06 16:16:32 +01001// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
Patrice Chotard71dfd5f2019-02-18 22:54:35 +01002/* Copyright (C) STMicroelectronics 2017 - All Rights Reserved */
3
4#include "stm32f429.dtsi"
5
6/ {
7 soc {
8 dsi: dsi@40016c00 {
9 compatible = "st,stm32-dsi";
10 reg = <0x40016c00 0x800>;
Patrice Chotard71dfd5f2019-02-18 22:54:35 +010011 resets = <&rcc STM32F4_APB2_RESET(DSI)>;
12 reset-names = "apb";
13 clocks = <&rcc 1 CLK_F469_DSI>, <&clk_hse>;
14 clock-names = "pclk", "ref";
15 status = "disabled";
16 };
17 };
18};