diff options
author | Chen-Yu Tsai <wens@csie.org> | 2014-10-08 09:02:55 -0400 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-10-20 08:51:29 -0400 |
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 <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Tested-by: Andreas Färber <afaerber@suse.de>
-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 @@ | |||
1 | Allwinner sunXi Platforms Device Tree Bindings | ||
2 | |||
3 | Each device tree must specify which Allwinner SoC it uses, | ||
4 | using one of the following compatible strings: | ||
5 | |||
6 | allwinner,sun4i-a10 | ||
7 | allwinner,sun5i-a10s | ||
8 | allwinner,sun5i-a13 | ||
9 | allwinner,sun6i-a31 | ||
10 | allwinner,sun7i-a20 | ||
11 | allwinner,sun8i-a23 | ||
12 | allwinner,sun9i-a80 | ||