1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/pci/st,stm32-pcie-common.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: STM32MP25 PCIe RC/EP controller 8 9maintainers: 10 - Christian Bruel <christian.bruel@foss.st.com> 11 12description: 13 STM32MP25 PCIe RC/EP common properties 14 15properties: 16 clocks: 17 maxItems: 1 18 description: PCIe system clock 19 20 resets: 21 maxItems: 1 22 23 power-domains: 24 maxItems: 1 25 26 access-controllers: 27 maxItems: 1 28 29required: 30 - clocks 31 - resets 32 33additionalProperties: true 34