Lines Matching refs:fsl
16 - compatible : should be "fsl,qe";
20 - fsl,qe-num-riscs: define how many RISC engines the QE has.
21 - fsl,qe-num-snums: define how many serial number(SNUM) the QE can use for the
25 - fsl,firmware-phandle:
26 Usage: required only if there is no fsl,qe-firmware child node
31 "fsl,qe-firmware".
42 compatible = "fsl,qe";
52 - compatible : should be "fsl,qe-muram", "fsl,cpm-muram".
62 compatible = "fsl,qe-muram", "fsl,cpm-muram";
66 compatible = "fsl,qe-muram-data",
67 "fsl,cpm-muram-data";
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
103 compatible = "fsl,qe";
105 compatible = "fsl,qe-firmware";
106 fsl,firmware = [0x70 0xcd 0x00 0x00 0x01 0x46 0x45 ...];
112 compatible = "fsl,qe";
113 fsl,firmware-phandle = <&qe_firmware>;