blob: 48f6703a28c8f50108a1d9f3bdda62462d9b099e [file] [log] [blame]
Santosh Shilimkard5e9fe82013-06-10 11:33:31 -04001TI Keystone Platforms Device Tree Bindings
2-----------------------------------------------
3
4Boards with Keystone2 based devices (TCI66xxK2H) SOC shall have the
5following properties.
6
7Required properties:
8 - compatible: All TI specific devices present in Keystone SOC should be in
9 the form "ti,keystone-*". Generic devices like gic, arch_timers, ns16550
10 type UART should use the specified compatible for those devices.
Murali Karicherif0a289e2014-02-21 17:48:41 -050011
Nishanth Menon2df7b0f2015-10-03 17:02:56 -070012SoC families:
13
14- Keystone 2 generic SoC:
15 compatible = "ti,keystone"
16
17SoCs:
18
19- Keystone 2 Hawking/Kepler
Nishanth Menondc5fa4e2015-10-13 13:41:03 -070020 compatible = "ti,k2hk", "ti,keystone"
Nishanth Menon2df7b0f2015-10-03 17:02:56 -070021- Keystone 2 Lamarr
Nishanth Menondc5fa4e2015-10-13 13:41:03 -070022 compatible = "ti,k2l", "ti,keystone"
Nishanth Menon2df7b0f2015-10-03 17:02:56 -070023- Keystone 2 Edison
Nishanth Menondc5fa4e2015-10-13 13:41:03 -070024 compatible = "ti,k2e", "ti,keystone"
Nishanth Menon3b2d3dc2016-02-05 10:37:17 -080025- K2G
26 compatible = "ti,k2g", "ti,keystone"
Nishanth Menon2df7b0f2015-10-03 17:02:56 -070027
Murali Karicherif0a289e2014-02-21 17:48:41 -050028Boards:
29- Keystone 2 Hawking/Kepler EVM
Nishanth Menon2df7b0f2015-10-03 17:02:56 -070030 compatible = "ti,k2hk-evm", "ti,k2hk", "ti,keystone"
Murali Karicherif0a289e2014-02-21 17:48:41 -050031
32- Keystone 2 Lamarr EVM
Nishanth Menon2df7b0f2015-10-03 17:02:56 -070033 compatible = "ti,k2l-evm", "ti, k2l", "ti,keystone"
Murali Karicherif0a289e2014-02-21 17:48:41 -050034
35- Keystone 2 Edison EVM
Nishanth Menon2df7b0f2015-10-03 17:02:56 -070036 compatible = "ti,k2e-evm", "ti,k2e", "ti,keystone"
Nishanth Menon3b2d3dc2016-02-05 10:37:17 -080037
38- K2G EVM
39 compatible = "ti,k2g-evm", "ti,k2g", "ti-keystone"