1// 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 { 11 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 }; 22 }; 23}; 24