Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
0002 # Copyright 2020 NXP
0003 %YAML 1.2
0004 ---
0005 $id: http://devicetree.org/schemas/misc/fsl,dpaa2-console.yaml#
0006 $schema: http://devicetree.org/meta-schemas/core.yaml#
0007 
0008 title: DPAA2 console support
0009 
0010 maintainers:
0011   - Laurentiu Tudor <laurentiu.tudor@nxp.com>
0012 
0013 properties:
0014   compatible:
0015     const: "fsl,dpaa2-console"
0016 
0017   reg:
0018     maxItems: 1
0019     description: A standard property. Specifies the region where the MCFBA
0020                 (MC firmware base address) register can be found.
0021 
0022 required:
0023   - compatible
0024   - reg
0025 
0026 additionalProperties: false