treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / arm / socionext / uniphier.txt
blobb3ed1033740e786ed08ab9a5d7c6e95a2f7ed37c
1 Socionext UniPhier SoC family
2 -----------------------------
4 Required properties in the root node:
5   - compatible: should contain board and SoC compatible strings
7 SoC and board compatible strings:
8   (sorted chronologically)
10   - LD4 SoC:  "socionext,uniphier-ld4"
11       - Reference Board: "socionext,uniphier-ld4-ref"
13   - Pro4 SoC: "socionext,uniphier-pro4"
14       - Reference Board: "socionext,uniphier-pro4-ref"
15       - Ace Board:       "socionext,uniphier-pro4-ace"
16       - Sanji Board:     "socionext,uniphier-pro4-sanji"
18   - sLD8 SoC: "socionext,uniphier-sld8"
19       - Reference Board: "socionext,uniphier-sld8-ref"
21   - PXs2 SoC: "socionext,uniphier-pxs2"
22       - Gentil Board:    "socionext,uniphier-pxs2-gentil"
23       - Vodka Board:     "socionext,uniphier-pxs2-vodka"
25   - LD6b SoC: "socionext,uniphier-ld6b"
26       - Reference Board: "socionext,uniphier-ld6b-ref"
28   - LD11 SoC: "socionext,uniphier-ld11"
29       - Reference Board: "socionext,uniphier-ld11-ref"
30       - Global Board:    "socionext,uniphier-ld11-global"
32   - LD20 SoC: "socionext,uniphier-ld20"
33       - Reference Board: "socionext,uniphier-ld20-ref"
34       - Global Board:    "socionext,uniphier-ld20-global"
36   - PXs3 SoC: "socionext,uniphier-pxs3"
37       - Reference Board: "socionext,uniphier-pxs3-ref"
39 Example:
41 /dts-v1/;
43 / {
44         compatible = "socionext,uniphier-ld20-ref", "socionext,uniphier-ld20";
46         ...