1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
3 * Copyright (C) STMicroelectronics 2019 - All Rights Reserved
4 * Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
7 #include "stm32mp153.dtsi"
12 compatible = "vivante,gc";
13 reg = <0x59000000 0x800>;
14 interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
15 clocks = <&rcc GPU>, <&rcc GPU_K>;
16 clock-names = "bus" ,"core";
17 resets = <&rcc GPU_R>;
21 compatible = "st,stm32-dsi";
22 reg = <0x5a000000 0x800>;
23 clocks = <&rcc DSI_K>, <&clk_hse>, <&rcc DSI_PX>;
24 clock-names = "pclk", "ref", "px_clk";
25 resets = <&rcc DSI_R>;