xref: /freebsd-src/sys/contrib/device-tree/src/arm/st/stm32f469.dtsi (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot/* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */
2*f126890aSEmmanuel Vadot/* Copyright (C) STMicroelectronics 2017 - All Rights Reserved */
3*f126890aSEmmanuel Vadot
4*f126890aSEmmanuel Vadot#include "stm32f429.dtsi"
5*f126890aSEmmanuel Vadot
6*f126890aSEmmanuel Vadot/ {
7*f126890aSEmmanuel Vadot	soc {
8*f126890aSEmmanuel Vadot		dsi: dsi@40016c00 {
9*f126890aSEmmanuel Vadot			compatible = "st,stm32-dsi";
10*f126890aSEmmanuel Vadot			reg = <0x40016c00 0x800>;
11*f126890aSEmmanuel Vadot			resets = <&rcc STM32F4_APB2_RESET(DSI)>;
12*f126890aSEmmanuel Vadot			reset-names = "apb";
13*f126890aSEmmanuel Vadot			clocks = <&rcc 1 CLK_F469_DSI>, <&clk_hse>;
14*f126890aSEmmanuel Vadot			clock-names = "pclk", "ref";
15*f126890aSEmmanuel Vadot			status = "disabled";
16*f126890aSEmmanuel Vadot		};
17*f126890aSEmmanuel Vadot	};
18*f126890aSEmmanuel Vadot};
19