stm32f469.dtsi 429 B

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