diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2012-11-08 12:40:16 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2012-11-16 21:56:51 +0100 |
commit | 3b52634f0b7adaaf2b29569025287b938b7c71a6 (patch) | |
tree | 1388d7153ffbe0848496ee9dd21859c39b4b47b9 /Documentation/arm/sunxi | |
parent | afd24e146826cec0f46929263a0c874406a19cd8 (diff) | |
download | blackbird-op-linux-3b52634f0b7adaaf2b29569025287b938b7c71a6.tar.gz blackbird-op-linux-3b52634f0b7adaaf2b29569025287b938b7c71a6.zip |
ARM: sunxi: Add basic support for Allwinner A1x SoCs
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'Documentation/arm/sunxi')
-rw-r--r-- | Documentation/arm/sunxi/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/arm/sunxi/README b/Documentation/arm/sunxi/README new file mode 100644 index 000000000000..87a1e8fb6242 --- /dev/null +++ b/Documentation/arm/sunxi/README @@ -0,0 +1,19 @@ +ARM Allwinner SoCs +================== + +This document lists all the ARM Allwinner SoCs that are currently +supported in mainline by the Linux kernel. This document will also +provide links to documentation and or datasheet for these SoCs. + +SunXi family +------------ + + Flavors: + Allwinner A10 (sun4i) + Datasheet : http://dl.linux-sunxi.org/A10/A10%20Datasheet%20-%20v1.21%20%282012-04-06%29.pdf + + Allwinner A13 (sun5i) + Datasheet : http://dl.linux-sunxi.org/A13/A13%20Datasheet%20-%20v1.12%20%282012-03-29%29.pdf + + Core: Cortex A8 + Linux kernel mach directory: arch/arm/mach-sunxi
\ No newline at end of file |