diff options
author | Nishanth Menon <nm@ti.com> | 2014-08-18 15:07:55 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-09-08 20:03:11 -0400 |
commit | 0e0cb99d17614711834aa8b4c6b397bf8b8596a5 (patch) | |
tree | 5841b10d87b04f5f6b3db07b21b162ebddde32d2 /Documentation/devicetree/bindings/arm/omap | |
parent | b359c4264c64909867c2005bc71cbc7431d2d464 (diff) |
ARM: OMAP2+: board-generic: add support for AM57xx family
AM57xx processor family are variants of DRA7 family of processors and
targetted at industrial and non-automotive applications.
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/omap')
-rw-r--r-- | Documentation/devicetree/bindings/arm/omap/omap.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/omap/omap.txt b/Documentation/devicetree/bindings/arm/omap/omap.txt index 0edc90305dfe..ddd9bcdf889c 100644 --- a/Documentation/devicetree/bindings/arm/omap/omap.txt +++ b/Documentation/devicetree/bindings/arm/omap/omap.txt | |||
@@ -85,6 +85,18 @@ SoCs: | |||
85 | - DRA722 | 85 | - DRA722 |
86 | compatible = "ti,dra722", "ti,dra72", "ti,dra7" | 86 | compatible = "ti,dra722", "ti,dra72", "ti,dra7" |
87 | 87 | ||
88 | - AM5728 | ||
89 | compatible = "ti,am5728", "ti,dra742", "ti,dra74", "ti,dra7" | ||
90 | |||
91 | - AM5726 | ||
92 | compatible = "ti,am5726", "ti,dra742", "ti,dra74", "ti,dra7" | ||
93 | |||
94 | - AM5718 | ||
95 | compatible = "ti,am5718", "ti,dra722", "ti,dra72", "ti,dra7" | ||
96 | |||
97 | - AM5716 | ||
98 | compatible = "ti,am5716", "ti,dra722", "ti,dra72", "ti,dra7" | ||
99 | |||
88 | - AM4372 | 100 | - AM4372 |
89 | compatible = "ti,am4372", "ti,am43" | 101 | compatible = "ti,am4372", "ti,am43" |
90 | 102 | ||