1f126890aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 2f126890aSEmmanuel Vadot/* 3f126890aSEmmanuel Vadot * Copyright (C) STMicroelectronics 2021 - All Rights Reserved 4f126890aSEmmanuel Vadot * Author: Alexandre Torgue <alexandre.torgue@foss.st.com> for STMicroelectronics. 5f126890aSEmmanuel Vadot */ 6f126890aSEmmanuel Vadot 7f126890aSEmmanuel Vadot#include "stm32mp133.dtsi" 8f126890aSEmmanuel Vadot 9f126890aSEmmanuel Vadot/ { 10f126890aSEmmanuel Vadot soc { 11*8d13bc63SEmmanuel Vadot dcmipp: dcmipp@5a000000 { 12*8d13bc63SEmmanuel Vadot compatible = "st,stm32mp13-dcmipp"; 13*8d13bc63SEmmanuel Vadot reg = <0x5a000000 0x400>; 14*8d13bc63SEmmanuel Vadot interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>; 15*8d13bc63SEmmanuel Vadot resets = <&rcc DCMIPP_R>; 16*8d13bc63SEmmanuel Vadot clocks = <&rcc DCMIPP_K>; 17*8d13bc63SEmmanuel Vadot status = "disabled"; 18*8d13bc63SEmmanuel Vadot 19*8d13bc63SEmmanuel Vadot port { 20*8d13bc63SEmmanuel Vadot }; 21*8d13bc63SEmmanuel Vadot }; 22f126890aSEmmanuel Vadot }; 23f126890aSEmmanuel Vadot}; 24