15def4c47SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 25def4c47SEmmanuel Vadot# Copyright 2020 NXP 35def4c47SEmmanuel Vadot%YAML 1.2 45def4c47SEmmanuel Vadot--- 55def4c47SEmmanuel Vadot$id: http://devicetree.org/schemas/misc/fsl,dpaa2-console.yaml# 65def4c47SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 75def4c47SEmmanuel Vadot 85def4c47SEmmanuel Vadottitle: DPAA2 console support 95def4c47SEmmanuel Vadot 105def4c47SEmmanuel Vadotmaintainers: 115def4c47SEmmanuel Vadot - Laurentiu Tudor <laurentiu.tudor@nxp.com> 125def4c47SEmmanuel Vadot 135def4c47SEmmanuel Vadotproperties: 145def4c47SEmmanuel Vadot compatible: 15*8d13bc63SEmmanuel Vadot const: fsl,dpaa2-console 165def4c47SEmmanuel Vadot 175def4c47SEmmanuel Vadot reg: 185def4c47SEmmanuel Vadot maxItems: 1 195def4c47SEmmanuel Vadot description: A standard property. Specifies the region where the MCFBA 205def4c47SEmmanuel Vadot (MC firmware base address) register can be found. 215def4c47SEmmanuel Vadot 225def4c47SEmmanuel Vadotrequired: 235def4c47SEmmanuel Vadot - compatible 245def4c47SEmmanuel Vadot - reg 255def4c47SEmmanuel Vadot 265def4c47SEmmanuel VadotadditionalProperties: false 27