1f126890aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-3-Clause) 2f126890aSEmmanuel Vadot/* 3f126890aSEmmanuel Vadot * Copyright (C) STMicroelectronics 2023 - All Rights Reserved 4f126890aSEmmanuel Vadot * Author: Alexandre Torgue <alexandre.torgue@foss.st.com> for STMicroelectronics. 5f126890aSEmmanuel Vadot */ 6f126890aSEmmanuel Vadot#include "stm32mp253.dtsi" 7f126890aSEmmanuel Vadot 8f126890aSEmmanuel Vadot/ { 9*01950c46SEmmanuel Vadot soc@0 { 10*01950c46SEmmanuel Vadot rifsc: rifsc-bus@42080000 { 11*01950c46SEmmanuel Vadot vdec: vdec@480d0000 { 12*01950c46SEmmanuel Vadot compatible = "st,stm32mp25-vdec"; 13*01950c46SEmmanuel Vadot reg = <0x480d0000 0x3c8>; 14*01950c46SEmmanuel Vadot interrupts = <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>; 15*01950c46SEmmanuel Vadot clocks = <&ck_icn_p_vdec>; 16*01950c46SEmmanuel Vadot }; 17*01950c46SEmmanuel Vadot 18*01950c46SEmmanuel Vadot venc: venc@480e0000 { 19*01950c46SEmmanuel Vadot compatible = "st,stm32mp25-venc"; 20*01950c46SEmmanuel Vadot reg = <0x480e0000 0x800>; 21*01950c46SEmmanuel Vadot interrupts = <GIC_SPI 167 IRQ_TYPE_LEVEL_HIGH>; 22*01950c46SEmmanuel Vadot clocks = <&ck_icn_ls_mcu>; 23*01950c46SEmmanuel Vadot }; 24*01950c46SEmmanuel Vadot }; 25*01950c46SEmmanuel Vadot }; 26f126890aSEmmanuel Vadot}; 27