| // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) | |
| /* | |
| * Copyright (C) STMicroelectronics 2025 - All Rights Reserved | |
| * Author: Alexandre Torgue <alexandre.torgue@foss.st.com> for STMicroelectronics. | |
| */ | |
| #include "stm32mp233.dtsi" | |
| &rifsc { | |
| vdec: vdec@480d0000 { | |
| compatible = "st,stm32mp25-vdec"; | |
| reg = <0x480d0000 0x3c8>; | |
| interrupts = <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>; | |
| clocks = <&rcc CK_BUS_VDEC>; | |
| access-controllers = <&rifsc 89>; | |
| }; | |
| }; |