diff options
author | Ray Jui <rjui@broadcom.com> | 2015-07-28 00:42:21 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-07-29 22:07:11 +0200 |
commit | 6aad8bf99338fca5a6ef602f2d7e04546f79fd03 (patch) | |
tree | a175c6334c37894cbd921d8b9beb5427cd940865 /Documentation | |
parent | arm64: Add Broadcom iProc family support (diff) | |
download | linux-6aad8bf99338fca5a6ef602f2d7e04546f79fd03.tar.xz linux-6aad8bf99338fca5a6ef602f2d7e04546f79fd03.zip |
arm64: dts: Add Broadcom North Star 2 support
Add Broadcom NS2 device tree binding document. Also add initial device
tree dtsi for Broadcom North Star 2 (NS2) SoC and board support for NS2
SVK board
Signed-off-by: Jon Mason <jonmason@broadcom.com>
Signed-off-by: Ray Jui <rjui@broadcom.com>
Reviewed-by: Scott Branden <sbranden@broadcom.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/bcm/ns2.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/bcm/ns2.txt b/Documentation/devicetree/bindings/arm/bcm/ns2.txt new file mode 100644 index 000000000000..35f056f4a1c3 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/bcm/ns2.txt @@ -0,0 +1,9 @@ +Broadcom North Star 2 (NS2) device tree bindings +------------------------------------------------ + +Boards with NS2 shall have the following properties: + +Required root node property: + +NS2 SVK board +compatible = "brcm,ns2-svk", "brcm,ns2"; |