![]() |
|
|||
0001 /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */ 0002 /* Copyright (C) STMicroelectronics 2017 - All Rights Reserved */ 0003 0004 #include "stm32f429.dtsi" 0005 0006 / { 0007 soc { 0008 dsi: dsi@40016c00 { 0009 compatible = "st,stm32-dsi"; 0010 reg = <0x40016c00 0x800>; 0011 resets = <&rcc STM32F4_APB2_RESET(DSI)>; 0012 reset-names = "apb"; 0013 clocks = <&rcc 1 CLK_F469_DSI>, <&clk_hse>; 0014 clock-names = "pclk", "ref"; 0015 status = "disabled"; 0016 }; 0017 }; 0018 };
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |