1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3 2 /* 3 * Copyright (C) STMicroelectronics 2021 - All 4 * Author: Alexandre Torgue <alexandre.torgue@f 5 */ 6 7 #include "stm32mp133.dtsi" 8 9 / { 10 soc { 11 dcmipp: dcmipp@5a000000 { 12 compatible = "st,stm32 13 reg = <0x5a000000 0x40 14 interrupts = <GIC_SPI 15 resets = <&rcc DCMIPP_ 16 clocks = <&rcc DCMIPP_ 17 status = "disabled"; 18 19 port { 20 }; 21 }; 22 23 ltdc: display-controller@5a001 24 compatible = "st,stm32 25 reg = <0x5a001000 0x40 26 interrupts = <GIC_SPI 27 <GIC_SPI 28 clocks = <&rcc LTDC_PX 29 clock-names = "lcd"; 30 resets = <&scmi_reset 31 status = "disabled"; 32 }; 33 }; 34 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.