1Socionext UniPhier SoC family 2----------------------------- 3 4Required properties in the root node: 5 - compatible: should contain board and SoC compatible strings 6 7SoC and board compatible strings: 8 (sorted chronologically) 9 10 - LD4 SoC: "socionext,uniphier-ld4" 11 - Reference Board: "socionext,uniphier-ld4-ref" 12 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" 17 18 - sLD8 SoC: "socionext,uniphier-sld8" 19 - Reference Board: "socionext,uniphier-sld8-ref" 20 21 - PXs2 SoC: "socionext,uniphier-pxs2" 22 - Gentil Board: "socionext,uniphier-pxs2-gentil" 23 - Vodka Board: "socionext,uniphier-pxs2-vodka" 24 25 - LD6b SoC: "socionext,uniphier-ld6b" 26 - Reference Board: "socionext,uniphier-ld6b-ref" 27 28 - LD11 SoC: "socionext,uniphier-ld11" 29 - Reference Board: "socionext,uniphier-ld11-ref" 30 - Global Board: "socionext,uniphier-ld11-global" 31 32 - LD20 SoC: "socionext,uniphier-ld20" 33 - Reference Board: "socionext,uniphier-ld20-ref" 34 - Global Board: "socionext,uniphier-ld20-global" 35 36 - PXs3 SoC: "socionext,uniphier-pxs3" 37 - Reference Board: "socionext,uniphier-pxs3-ref" 38 39Example: 40 41/dts-v1/; 42 43/ { 44 compatible = "socionext,uniphier-ld20-ref", "socionext,uniphier-ld20"; 45 46 ... 47}; 48