Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux/fpc-iii.git] / Documentation / devicetree / bindings / arm / marvell,berlin.txt
blob737afa5f8148b92b469f5430271713f5cb81114e
1 Marvell Berlin SoC Family Device Tree Bindings
2 ---------------------------------------------------------------
4 Boards with a SoC of the Marvell Berlin family, e.g. Armada 1500
5 shall have the following properties:
7 * Required root node properties:
8 compatible: must contain "marvell,berlin"
10 In addition, the above compatible shall be extended with the specific
11 SoC and board used. Currently known SoC compatibles are:
12     "marvell,berlin2"      for Marvell Armada 1500 (BG2, 88DE3100),
13     "marvell,berlin2cd"    for Marvell Armada 1500-mini (BG2CD, 88DE3005)
14     "marvell,berlin2ct"    for Marvell Armada ? (BG2CT, 88DE????)
15     "marvell,berlin3"      for Marvell Armada ? (BG3, 88DE????)
17 * Example:
19 / {
20         model = "Sony NSZ-GS7";
21         compatible = "sony,nsz-gs7", "marvell,berlin2", "marvell,berlin";
23         ...