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/nds32/andestech-boards

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 Andestech(nds32) AE3XX Platform
    2 -----------------------------------------------------------------------------
    3 The AE3XX prototype demonstrates the AE3XX example platform on the FPGA. It
    4 is composed of one Andestech(nds32) processor and AE3XX.
    5 
    6 Required properties (in root node):
    7 - compatible = "andestech,ae3xx";
    8 
    9 Example:
   10 /dts-v1/;
   11 / {
   12         compatible = "andestech,ae3xx";
   13         #address-cells = <1>;
   14         #size-cells = <1>;
   15         interrupt-parent = <&intc>;
   16 };
   17 
   18 Andestech(nds32) AG101P Platform
   19 -----------------------------------------------------------------------------
   20 AG101P is a generic SoC Platform IP that works with any of Andestech(nds32)
   21 processors to provide a cost-effective and high performance solution for
   22 majority of embedded systems in variety of application domains. Users may
   23 simply attach their IP on one of the system buses together with certain glue
   24 logics to complete a SoC solution for a specific application. With
   25 comprehensive simulation and design environments, users may evaluate the
   26 system performance of their applications and track bugs of their designs
   27 efficiently. The optional hardware development platform further provides real
   28 system environment for early prototyping and software/hardware co-development.
   29 
   30 Required properties (in root node):
   31         compatible = "andestech,ag101p";
   32 
   33 Example:
   34 /dts-v1/;
   35 / {
   36         compatible = "andestech,ag101p";
   37         #address-cells = <1>;
   38         #size-cells = <1>;
   39         interrupt-parent = <&intc>;
   40 };

Cache object: 93a3752d2f049bab556ec5a308fef2bf


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