Commit 3b2d3dc9 authored by Nishanth Menon's avatar Nishanth Menon Committed by Santosh Shilimkar

ARM: keystone: Create new binding for K2G SoC

K2G SoC family is the newest version of the Keystone family of processors.

The technical reference manual for K2G can be found here:
http://www.ti.com/lit/ug/spruhy8/spruhy8.pdf

Add new bindings for K2G and the K2G evm. Also document these new bindings.
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarNishanth Menon <nm@ti.com>
Signed-off-by: default avatarFranklin S Cooper Jr <fcooper@ti.com>
Signed-off-by: default avatarSantosh Shilimkar <ssantosh@kernel.org>
parent 92e963f5
...@@ -22,6 +22,8 @@ SoCs: ...@@ -22,6 +22,8 @@ SoCs:
compatible = "ti,k2l", "ti,keystone" compatible = "ti,k2l", "ti,keystone"
- Keystone 2 Edison - Keystone 2 Edison
compatible = "ti,k2e", "ti,keystone" compatible = "ti,k2e", "ti,keystone"
- K2G
compatible = "ti,k2g", "ti,keystone"
Boards: Boards:
- Keystone 2 Hawking/Kepler EVM - Keystone 2 Hawking/Kepler EVM
...@@ -32,3 +34,6 @@ Boards: ...@@ -32,3 +34,6 @@ Boards:
- Keystone 2 Edison EVM - Keystone 2 Edison EVM
compatible = "ti,k2e-evm", "ti,k2e", "ti,keystone" compatible = "ti,k2e-evm", "ti,k2e", "ti,keystone"
- K2G EVM
compatible = "ti,k2g-evm", "ti,k2g", "ti-keystone"
...@@ -100,6 +100,7 @@ static const char *const keystone_match[] __initconst = { ...@@ -100,6 +100,7 @@ static const char *const keystone_match[] __initconst = {
"ti,k2hk", "ti,k2hk",
"ti,k2e", "ti,k2e",
"ti,k2l", "ti,k2l",
"ti,k2g",
"ti,keystone", "ti,keystone",
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