diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2014-02-20 15:53:13 -0800 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2014-09-17 10:56:06 -0700 |
commit | dc6aec60e15fec86cdafc47d9fe3e2ca6c10958b (patch) | |
tree | 64f8c178de597fbcf05fa6042bef4e13d1cbc8ad /Documentation | |
parent | 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9 (diff) | |
download | linux-dc6aec60e15fec86cdafc47d9fe3e2ca6c10958b.tar.bz2 |
ARM: BCM63XX: add basic support for the Broadcom BCM63138 DSL SoC
This patch adds basic support for the Broadcom BCM63138 DSL SoC which is
using a dual-core Cortex A9 system. Add the very minimum required code
boot Linux on this SoC.
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/bcm/bcm63138.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/bcm/bcm63138.txt b/Documentation/devicetree/bindings/arm/bcm/bcm63138.txt new file mode 100644 index 000000000000..bd49987a8812 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/bcm/bcm63138.txt @@ -0,0 +1,9 @@ +Broadcom BCM63138 DSL System-on-a-Chip device tree bindings +----------------------------------------------------------- + +Boards compatible with the BCM63138 DSL System-on-a-Chip should have the +following properties: + +Required root node property: + +compatible: should be "brcm,bcm63138" |