Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 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 { |
Tom Rini | 93743d2 | 2024-04-01 09:08:13 -0400 | [diff] [blame] | 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 | }; |
Tom Rini | 762f85b | 2024-07-20 11:15:10 -0600 | [diff] [blame] | 22 | |
| 23 | ltdc: display-controller@5a001000 { |
| 24 | compatible = "st,stm32-ltdc"; |
| 25 | reg = <0x5a001000 0x400>; |
| 26 | interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>, |
| 27 | <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>; |
| 28 | clocks = <&rcc LTDC_PX>; |
| 29 | clock-names = "lcd"; |
| 30 | resets = <&scmi_reset RST_SCMI_LTDC>; |
| 31 | status = "disabled"; |
| 32 | }; |
Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 33 | }; |
| 34 | }; |