diff options
author | R Sricharan <r.sricharan@ti.com> | 2013-02-07 13:53:05 +0530 |
---|---|---|
committer | Rajendra Nayak <rnayak@ti.com> | 2013-08-13 11:00:41 +0530 |
commit | 439bf39e766264ff7fba32db5e6e31c3e628f965 (patch) | |
tree | c957dd4ee6aeeefb0f07c8ec471dbb474cfa8518 /Documentation | |
parent | f18153f984bef7ab551701f2bae74078c0ded27c (diff) | |
download | talos-op-linux-439bf39e766264ff7fba32db5e6e31c3e628f965.tar.gz talos-op-linux-439bf39e766264ff7fba32db5e6e31c3e628f965.zip |
ARM: DRA7: board-generic: Add basic DT support
Describe minimal DT boot machine details for DRA7xx based SoC's. DRA7xx
family is based on dual core ARM CORTEX A15 using GIC as the interrupt controller.
The PRCM and timer infrastructure is reused from OMAP5 and so are the io
descriptor tables.
Signed-off-by: R Sricharan <r.sricharan@ti.com>
Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/omap/omap.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/omap/omap.txt b/Documentation/devicetree/bindings/arm/omap/omap.txt index 6d498c758b45..91b7049affa1 100644 --- a/Documentation/devicetree/bindings/arm/omap/omap.txt +++ b/Documentation/devicetree/bindings/arm/omap/omap.txt @@ -59,3 +59,6 @@ Boards: - AM43x EPOS EVM compatible = "ti,am43x-epos-evm", "ti,am4372", "ti,am43" + +- DRA7 EVM: Software Developement Board for DRA7XX + compatible = "ti,dra7-evm", "ti,dra7" |