Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / nds32 / andestech-boards
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 };