diff options
author | Ioana Ciornei <ioana.ciornei@nxp.com> | 2019-03-26 19:23:31 +0000 |
---|---|---|
committer | Li Yang <leoyang.li@nxp.com> | 2019-05-20 14:28:15 -0500 |
commit | bbc9be3ac8ab022061e7cfcc050ae02240144ba1 (patch) | |
tree | 6306553ac93c587e46f22090d9c7078b874e3c94 /Documentation/devicetree/bindings/misc | |
parent | b2b1a057294df6f0353b33d8e1f03e0dc79721bc (diff) | |
download | linux-next-bbc9be3ac8ab022061e7cfcc050ae02240144ba1.tar.gz |
Documentation: DT: Add entry for DPAA2 console
This patch adds a devicetree binding documentation for
FSL's DPAA2 console.
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
Diffstat (limited to 'Documentation/devicetree/bindings/misc')
-rw-r--r-- | Documentation/devicetree/bindings/misc/fsl,dpaa2-console.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/misc/fsl,dpaa2-console.txt b/Documentation/devicetree/bindings/misc/fsl,dpaa2-console.txt new file mode 100644 index 000000000000..1442ba5d2d98 --- /dev/null +++ b/Documentation/devicetree/bindings/misc/fsl,dpaa2-console.txt @@ -0,0 +1,11 @@ +DPAA2 console support + +Required properties: + + - compatible + Value type: <string> + Definition: Must be "fsl,dpaa2-console". + - reg + Value type: <prop-encoded-array> + Definition: A standard property. Specifies the region where the MCFBA + (MC firmware base address) register can be found. |