diff options
Diffstat (limited to 'Documentation/devicetree/bindings/arm')
-rw-r--r-- | Documentation/devicetree/bindings/arm/arm-boards | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/arm-boards b/Documentation/devicetree/bindings/arm/arm-boards index 3509707f9320..c554ed3d44fb 100644 --- a/Documentation/devicetree/bindings/arm/arm-boards +++ b/Documentation/devicetree/bindings/arm/arm-boards | |||
@@ -86,3 +86,9 @@ Interrupt controllers: | |||
86 | compatible = "arm,versatile-sic"; | 86 | compatible = "arm,versatile-sic"; |
87 | interrupt-controller; | 87 | interrupt-controller; |
88 | #interrupt-cells = <1>; | 88 | #interrupt-cells = <1>; |
89 | |||
90 | Required nodes: | ||
91 | |||
92 | - core-module: the root node to the Versatile platforms must have | ||
93 | a core-module with regs and the compatible strings | ||
94 | "arm,core-module-versatile", "syscon" | ||