Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 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# |
| 7 | |
| 8 | title: DPAA2 console support |
| 9 | |
| 10 | maintainers: |
| 11 | - Laurentiu Tudor <laurentiu.tudor@nxp.com> |
| 12 | |
| 13 | properties: |
| 14 | compatible: |
Tom Rini | 93743d2 | 2024-04-01 09:08:13 -0400 | [diff] [blame] | 15 | const: fsl,dpaa2-console |
Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 16 | |
| 17 | reg: |
| 18 | maxItems: 1 |
| 19 | description: A standard property. Specifies the region where the MCFBA |
| 20 | (MC firmware base address) register can be found. |
| 21 | |
| 22 | required: |
| 23 | - compatible |
| 24 | - reg |
| 25 | |
| 26 | additionalProperties: false |