diff options
author | Chen-Yu Tsai <[email protected]> | 2014-10-08 21:02:55 +0800 |
---|---|---|
committer | Maxime Ripard <[email protected]> | 2014-10-20 14:51:29 +0200 |
commit | a1a0193bdd855d0bcfbfc62fa59882242236882b (patch) | |
tree | 85dc2530b12ff814521492b45f2061fc902230eb | |
parent | 3d4c2f1ced78fc6f74d0d9ddb25f66722f978fd1 (diff) |
devicetree: bindings: Document supported Allwinner sunxi SoCs
This adds a list of supported Allwinner SoC bindings.
Signed-off-by: Chen-Yu Tsai <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
Tested-by: Andreas Färber <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/arm/sunxi.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/sunxi.txt b/Documentation/devicetree/bindings/arm/sunxi.txt new file mode 100644 index 000000000000..42941fdefb11 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/sunxi.txt @@ -0,0 +1,12 @@ +Allwinner sunXi Platforms Device Tree Bindings + +Each device tree must specify which Allwinner SoC it uses, +using one of the following compatible strings: + + allwinner,sun4i-a10 + allwinner,sun5i-a10s + allwinner,sun5i-a13 + allwinner,sun6i-a31 + allwinner,sun7i-a20 + allwinner,sun8i-a23 + allwinner,sun9i-a80 |