1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Copyright (c) 2023 Dario Binacchi <dario.binacchi@amarulasolutions.com> 4 */ 5 6#include "stm32f746.dtsi" 7 8/ { 9 soc { 10 dsi: dsi@40016c00 { 11 compatible = "st,stm32-dsi"; 12 reg = <0x40016c00 0x800>; 13 clocks = <&rcc 1 CLK_F769_DSI>, <&clk_hse>; 14 clock-names = "pclk", "ref"; 15 resets = <&rcc STM32F7_APB2_RESET(DSI)>; 16 reset-names = "apb"; 17 status = "disabled"; 18 }; 19 }; 20}; 21