Lines Matching +full:string +full:- +full:array +full:- +full:property
4 -SEC 6 Node
5 -Job Ring Node
6 -Full Example
20 - compatible
22 Value type: <string>
23 Definition: Must include "fsl,sec-v6.0".
25 - fsl,sec-era
28 Definition: A standard property. Define the 'ERA' of the SEC
31 - #address-cells
34 Definition: A standard property. Defines the number of cells
37 - #size-cells
40 Definition: A standard property. Defines the number of cells
44 - reg
46 Value type: <prop-encoded-array>
47 Definition: A standard property. Specifies the physical
50 - ranges
52 Value type: <prop-encoded-array>
53 Definition: A standard property. Specifies the physical address
54 range of the SEC 6.0 register space (-SNVS not included). A
63 compatible = "fsl,sec-v6.0";
64 fsl,sec-era = <6>;
65 #address-cells = <1>;
66 #size-cells = <1>;
81 - compatible
83 Value type: <string>
84 Definition: Must include "fsl,sec-v6.0-job-ring".
86 - reg
88 Value type: <prop-encoded-array>
92 - interrupts
94 Value type: <prop_encoded-array>
96 device. The value of the interrupts property
103 compatible = "fsl,sec-v6.0-job-ring";
115 In qoriq-sec6.0.dtsi:
117 compatible = "fsl,sec-v6.0";
118 fsl,sec-era = <6>;
119 #address-cells = <1>;
120 #size-cells = <1>;
123 compatible = "fsl,sec-v6.0-job-ring",
124 "fsl,sec-v5.2-job-ring",
125 "fsl,sec-v5.0-job-ring",
126 "fsl,sec-v4.4-job-ring",
127 "fsl,sec-v4.0-job-ring";
132 compatible = "fsl,sec-v6.0-job-ring",
133 "fsl,sec-v5.2-job-ring",
134 "fsl,sec-v5.0-job-ring",
135 "fsl,sec-v4.4-job-ring",
136 "fsl,sec-v4.0-job-ring";
140 In the C293 device tree, we add the include of public property:
143 /include/ "qoriq-sec6.0.dtsi"