Merge tag 'linux-kselftest-kunit-fixes-5.11-rc3' of git://git.kernel.org/pub/scm...
[linux/fpc-iii.git] / Documentation / devicetree / bindings / misc / fsl,dpaa2-console.yaml
blob271a3eafc054e62947ef75c8745385fa2bb69eb3
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2 # Copyright 2020 NXP
3 %YAML 1.2
4 ---
5 $id: http://devicetree.org/schemas/misc/fsl,dpaa2-console.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: DPAA2 console support
10 maintainers:
11   - Laurentiu Tudor <laurentiu.tudor@nxp.com>
13 properties:
14   compatible:
15     const: "fsl,dpaa2-console"
17   reg:
18     description: A standard property. Specifies the region where the MCFBA
19                 (MC firmware base address) register can be found.
21 required:
22   - compatible
23   - reg
25 additionalProperties: false