Lines Matching +full:child +full:- +full:interrupt +full:- +full:base
4 -SEC 6 Node
5 -Job Ring Node
6 -Full Example
13 Node defines the base address of the SEC 6 block.
20 - compatible
23 Definition: Must include "fsl,sec-v6.0".
25 - fsl,sec-era
31 - #address-cells
35 for representing physical addresses in child nodes.
37 - #size-cells
42 child nodes.
44 - reg
46 Value type: <prop-encoded-array>
50 - ranges
52 Value type: <prop-encoded-array>
54 range of the SEC 6.0 register space (-SNVS not included). A
55 triplet that includes the child address, parent address, &
63 compatible = "fsl,sec-v6.0";
64 fsl,sec-era = <6>;
65 #address-cells = <1>;
66 #size-cells = <1>;
74 Child of the crypto node defines data processing interface to SEC 6
78 The interrupt defined for this node is controlled within
81 - compatible
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>
97 consists of one interrupt specifier. The format
99 describing the node's interrupt parent.
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";
143 /include/ "qoriq-sec6.0.dtsi"