brintos

brintos / linux-shallow public Read only

0
0
Text · 581 B · 59b83ea Raw
27 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)2# Copyright 2020 NXP3%YAML 1.24---5$id: http://devicetree.org/schemas/misc/fsl,dpaa2-console.yaml#6$schema: http://devicetree.org/meta-schemas/core.yaml#7 8title: DPAA2 console support9 10maintainers:11  - Laurentiu Tudor <laurentiu.tudor@nxp.com>12 13properties:14  compatible:15    const: fsl,dpaa2-console16 17  reg:18    maxItems: 119    description: A standard property. Specifies the region where the MCFBA20                (MC firmware base address) register can be found.21 22required:23  - compatible24  - reg25 26additionalProperties: false27