blob: 68d32f9f5314a686ac9fece344486d5a7d49aea5 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2/*
3 * Copyright (C) STMicroelectronics 2021 - All Rights Reserved
4 * Author: Alexandre Torgue <alexandre.torgue@foss.st.com> for STMicroelectronics.
5 */
6
7#include "stm32mp133.dtsi"
8
9/ {
10 soc {
Tom Rini93743d22024-04-01 09:08:13 -040011 dcmipp: dcmipp@5a000000 {
12 compatible = "st,stm32mp13-dcmipp";
13 reg = <0x5a000000 0x400>;
14 interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
15 resets = <&rcc DCMIPP_R>;
16 clocks = <&rcc DCMIPP_K>;
17 status = "disabled";
18
19 port {
20 };
21 };
Tom Rini53633a82024-02-29 12:33:36 -050022 };
23};