Lines Matching +full:dts +full:- +full:node
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/soc/fsl/cpm_qe/fsl,qe-firmware.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Freescale QUICC Engine module Firmware Node
10 - Frank Li <Frank.Li@nxp.com>
13 This node defines a firmware binary that is embedded in the device tree, for
17 The firmware node itself contains the firmware binary contents, a compatible
18 property, and any firmware-specific properties. The node should be placed
19 inside a QE node that needs it. Doing so eliminates the need for a
20 fsl,firmware-phandle property. Other QE nodes that need the same firmware
21 should define an fsl,firmware-phandle property that points to the firmware node
22 in the first QE node.
24 The fsl,firmware property can be specified in the DTS (possibly using incbin)
30 - fsl,qe-firmware
33 $ref: /schemas/types.yaml#/definitions/uint8-array
38 - compatible
39 - fsl,firmware
44 - |
45 qe-firmware {
46 compatible = "fsl,qe-firmware";