The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/arm/keystone/keystone.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 TI Keystone Platforms Device Tree Bindings
    2 -----------------------------------------------
    3 
    4 Boards with Keystone2 based devices (TCI66xxK2H) SOC shall have the
    5 following properties.
    6 
    7 Required 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.
   11 
   12 SoC families:
   13 
   14 - Keystone 2 generic SoC:
   15    compatible = "ti,keystone"
   16 
   17 SoCs:
   18 
   19 - Keystone 2 Hawking/Kepler
   20    compatible = "ti,k2hk", "ti,keystone"
   21 - Keystone 2 Lamarr
   22    compatible = "ti,k2l", "ti,keystone"
   23 - Keystone 2 Edison
   24    compatible = "ti,k2e", "ti,keystone"
   25 - K2G
   26    compatible = "ti,k2g", "ti,keystone"
   27 
   28 Boards:
   29 -  Keystone 2 Hawking/Kepler EVM
   30    compatible = "ti,k2hk-evm", "ti,k2hk", "ti,keystone"
   31 
   32 -  Keystone 2 Lamarr EVM
   33    compatible = "ti,k2l-evm", "ti, k2l", "ti,keystone"
   34 
   35 -  Keystone 2 Edison EVM
   36    compatible = "ti,k2e-evm", "ti,k2e", "ti,keystone"
   37 
   38 -  K2G EVM
   39    compatible = "ti,k2g-evm", "ti,k2g", "ti-keystone"
   40 
   41 -  K2G Industrial Communication Engine EVM
   42    compatible = "ti,k2g-ice", "ti,k2g", "ti-keystone"

Cache object: dbdb172d4eb14742dc7f4078de489514


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.