Lines Matching full:firmware
4 $id: http://devicetree.org/schemas/soc/fsl/cpm_qe/fsl,qe-firmware.yaml#
7 title: Freescale QUICC Engine module Firmware Node
13 This node defines a firmware binary that is embedded in the device tree, for
14 the purpose of passing the firmware from bootloader to the kernel, or from
17 The firmware node itself contains the firmware binary contents, a compatible
18 property, and any firmware-specific properties. The node should be placed
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
24 The fsl,firmware property can be specified in the DTS (possibly using incbin)
30 - fsl,qe-firmware
32 fsl,firmware:
35 A standard property. This property contains the firmware binary "blob".
39 - fsl,firmware
45 qe-firmware {
46 compatible = "fsl,qe-firmware";
47 fsl,firmware = <0x70 0xcd 0x00 0x00 0x01 0x46 0x45>;