Commit 0e0cb99d authored by Nishanth Menon's avatar Nishanth Menon Committed by Tony Lindgren

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: default avatarNishanth Menon <nm@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent b359c426
...@@ -85,6 +85,18 @@ SoCs: ...@@ -85,6 +85,18 @@ SoCs:
- DRA722 - DRA722
compatible = "ti,dra722", "ti,dra72", "ti,dra7" compatible = "ti,dra722", "ti,dra72", "ti,dra7"
- AM5728
compatible = "ti,am5728", "ti,dra742", "ti,dra74", "ti,dra7"
- AM5726
compatible = "ti,am5726", "ti,dra742", "ti,dra74", "ti,dra7"
- AM5718
compatible = "ti,am5718", "ti,dra722", "ti,dra72", "ti,dra7"
- AM5716
compatible = "ti,am5716", "ti,dra722", "ti,dra72", "ti,dra7"
- AM4372 - AM4372
compatible = "ti,am4372", "ti,am43" compatible = "ti,am4372", "ti,am43"
......
...@@ -241,6 +241,8 @@ MACHINE_END ...@@ -241,6 +241,8 @@ MACHINE_END
#ifdef CONFIG_SOC_DRA7XX #ifdef CONFIG_SOC_DRA7XX
static const char *dra74x_boards_compat[] __initconst = { static const char *dra74x_boards_compat[] __initconst = {
"ti,am5728",
"ti,am5726",
"ti,dra742", "ti,dra742",
"ti,dra7", "ti,dra7",
NULL, NULL,
...@@ -260,6 +262,8 @@ DT_MACHINE_START(DRA74X_DT, "Generic DRA74X (Flattened Device Tree)") ...@@ -260,6 +262,8 @@ DT_MACHINE_START(DRA74X_DT, "Generic DRA74X (Flattened Device Tree)")
MACHINE_END MACHINE_END
static const char *dra72x_boards_compat[] __initconst = { static const char *dra72x_boards_compat[] __initconst = {
"ti,am5718",
"ti,am5716",
"ti,dra722", "ti,dra722",
NULL, NULL,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment