diff options
author | Icenowy Zheng <icenowy@aosc.io> | 2017-08-22 01:23:22 -0400 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-09-22 15:57:09 -0400 |
commit | 14e25a03682f7ca0464ac7e3f3f10f02d885fed4 (patch) | |
tree | 83dc9eab58ead5cef8e8725ce45518fbd97ac51d /Documentation | |
parent | 9e8dda2df7cc209d0165618e6d18b324c02c8348 (diff) |
ARM: sunxi: add support for R40 SoC
Allwinner R40 is a new SoC, with Quad Core Cortex-A7 and peripherals
like A20.
Add support for it.
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/arm/sunxi/README | 6 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/arm/sunxi.txt | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/arm/sunxi/README b/Documentation/arm/sunxi/README index de791e18ccef..f8efc21998bf 100644 --- a/Documentation/arm/sunxi/README +++ b/Documentation/arm/sunxi/README | |||
@@ -76,6 +76,12 @@ SunXi family | |||
76 | + Datasheet | 76 | + Datasheet |
77 | http://dl.linux-sunxi.org/H3/Allwinner_H3_Datasheet_V1.0.pdf | 77 | http://dl.linux-sunxi.org/H3/Allwinner_H3_Datasheet_V1.0.pdf |
78 | 78 | ||
79 | - Allwinner R40 (sun8i) | ||
80 | + Datasheet | ||
81 | https://github.com/tinalinux/docs/raw/r40-v1.y/R40_Datasheet_V1.0.pdf | ||
82 | + User Manual | ||
83 | https://github.com/tinalinux/docs/raw/r40-v1.y/Allwinner_R40_User_Manual_V1.0.pdf | ||
84 | |||
79 | * Quad ARM Cortex-A15, Quad ARM Cortex-A7 based SoCs | 85 | * Quad ARM Cortex-A15, Quad ARM Cortex-A7 based SoCs |
80 | - Allwinner A80 | 86 | - Allwinner A80 |
81 | + Datasheet | 87 | + Datasheet |
diff --git a/Documentation/devicetree/bindings/arm/sunxi.txt b/Documentation/devicetree/bindings/arm/sunxi.txt index f35c6ada5a65..e4beec3d9ad3 100644 --- a/Documentation/devicetree/bindings/arm/sunxi.txt +++ b/Documentation/devicetree/bindings/arm/sunxi.txt | |||
@@ -14,6 +14,7 @@ using one of the following compatible strings: | |||
14 | allwinner,sun8i-a83t | 14 | allwinner,sun8i-a83t |
15 | allwinner,sun8i-h2-plus | 15 | allwinner,sun8i-h2-plus |
16 | allwinner,sun8i-h3 | 16 | allwinner,sun8i-h3 |
17 | allwinner-sun8i-r40 | ||
17 | allwinner,sun8i-v3s | 18 | allwinner,sun8i-v3s |
18 | allwinner,sun9i-a80 | 19 | allwinner,sun9i-a80 |
19 | allwinner,sun50i-a64 | 20 | allwinner,sun50i-a64 |