Lines Matching refs:firmware
25 - fsl,firmware-phandle:
26 Usage: required only if there is no fsl,qe-firmware child node
28 Definition: Points to a firmware node (see "QE Firmware Node" below)
29 that contains the firmware that should be uploaded for this QE.
30 The compatible property for the firmware node should say,
31 "fsl,qe-firmware".
74 This node defines a firmware binary that is embedded in the device tree, for
75 the purpose of passing the firmware from bootloader to the kernel, or from
78 The firmware node itself contains the firmware binary contents, a compatible
79 property, and any firmware-specific properties. The node should be placed
81 fsl,firmware-phandle property. Other QE nodes that need the same firmware
82 should define an fsl,firmware-phandle property that points to the firmware node
85 The fsl,firmware property can be specified in the DTS (possibly using incbin)
93 kind of firmware it is. For QE, this should be "fsl,qe-firmware".
95 - fsl,firmware
98 Definition: A standard property. This property contains the firmware
104 qe_firmware:qe-firmware {
105 compatible = "fsl,qe-firmware";
106 fsl,firmware = [0x70 0xcd 0x00 0x00 0x01 0x46 0x45 ...];
113 fsl,firmware-phandle = <&qe_firmware>;