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/powerpc/4xx/akebono.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 
    2 IBM Akebono board device tree
    3 =============================
    4 
    5 The IBM Akebono board is a development board for the PPC476GTR SoC.
    6 
    7 0) The root node
    8 
    9    Required properties:
   10 
   11    - model : "ibm,akebono".
   12    - compatible : "ibm,akebono" , "ibm,476gtr".
   13 
   14 1.a) The Secure Digital Host Controller Interface (SDHCI) node
   15 
   16   Represent the Secure Digital Host Controller Interfaces.
   17 
   18   Required properties:
   19 
   20    - compatible : should be "ibm,476gtr-sdhci","generic-sdhci".
   21    - reg : should contain the SDHCI registers location and length.
   22    - interrupts : should contain the SDHCI interrupt.
   23 
   24 1.b) The Advanced Host Controller Interface (AHCI) SATA node
   25 
   26   Represents the advanced host controller SATA interface.
   27 
   28   Required properties:
   29 
   30    - compatible : should be "ibm,476gtr-ahci".
   31    - reg : should contain the AHCI registers location and length.
   32    - interrupts : should contain the AHCI interrupt.
   33 
   34 1.c) The FPGA node
   35 
   36   The Akebono board stores some board information such as the revision
   37   number in an FPGA which is represented by this node.
   38 
   39   Required properties:
   40 
   41    - compatible : should be "ibm,akebono-fpga".
   42    - reg : should contain the FPGA registers location and length.
   43 
   44 1.d) The AVR node
   45 
   46   The Akebono board has an Atmel AVR microprocessor attached to the I2C
   47   bus as a power controller for the board.
   48 
   49   Required properties:
   50 
   51    - compatible : should be "ibm,akebono-avr".
   52    - reg : should contain the I2C bus address for the AVR.

Cache object: b394280bc4a51dfc6ddaffe0444d8cc1


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