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/ste-nomadik.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 ST-Ericsson Nomadik Device Tree Bindings
    2 
    3 For various board the "board" node may contain specific properties
    4 that pertain to this particular board, such as board-specific GPIOs.
    5 
    6 Required root node property: src
    7 - Nomadik System and reset controller used for basic chip control, clock
    8   and reset line control.
    9 - compatible: must be "stericsson,nomadik,src"
   10 
   11 Boards with the Nomadik SoC include:
   12 
   13 Nomadik NHK-15 board manufactured by ST Microelectronics:
   14 
   15 Required root node property:
   16 
   17 compatible="st,nomadik-nhk-15";
   18 
   19 S8815 "MiniKit" manufactured by Calao Systems:
   20 
   21 Required root node property:
   22 
   23 compatible="calaosystems,usb-s8815";
   24 
   25 Required node: usb-s8815
   26 
   27 Example:
   28 
   29 usb-s8815 {
   30                 ethernet-gpio {
   31                         gpios = <&gpio3 19 0x1>;
   32                         interrupts = <19 0x1>;
   33                         interrupt-parent = <&gpio3>;
   34                 };
   35                 mmcsd-gpio {
   36                         gpios = <&gpio3 16 0x1>;
   37                 };
   38 };

Cache object: 7d7fe0c755e9ad5014839b0d45981ab4


[ 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.