diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-01-30 10:45:52 -0500 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-04-20 11:17:00 -0400 |
commit | 995376a54460ea2e6279ad96353323048f7db3ab (patch) | |
tree | f3d4c5d884b625a002c8fe22a9c94508ef1d23a0 /arch/arm/boot/dts/tny_a9g20.dts | |
parent | 5b6089cb6f283b29e7b1e181f95afd3dcf2d8948 (diff) |
arm: at91: add Calao TNY-A9260 and TNY-A9G20 board support
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/tny_a9g20.dts')
-rw-r--r-- | arch/arm/boot/dts/tny_a9g20.dts | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tny_a9g20.dts b/arch/arm/boot/dts/tny_a9g20.dts new file mode 100644 index 000000000000..e1ab64c72dba --- /dev/null +++ b/arch/arm/boot/dts/tny_a9g20.dts | |||
@@ -0,0 +1,15 @@ | |||
1 | /* | ||
2 | * tny_a9g20.dts - Device Tree file for Caloa TNY A9G20 board | ||
3 | * | ||
4 | * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | ||
5 | * | ||
6 | * Licensed under GPLv2. | ||
7 | */ | ||
8 | /dts-v1/; | ||
9 | /include/ "at91sam9g20.dtsi" | ||
10 | /include/ "tny_a9260_common.dtsi" | ||
11 | |||
12 | / { | ||
13 | model = "Calao TNY A9G20"; | ||
14 | compatible = "calao,tny-a9g20", "atmel,at91sam9g20", "atmel,at91sam9"; | ||
15 | }; | ||