diff options
author | Oleksij Rempel <linux@rempel-privat.de> | 2015-01-08 12:16:45 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-01-20 03:29:45 +0300 |
commit | c878eb621137a89492fc72d3672562374e2e0a8a (patch) | |
tree | 0880f80675ccec790d66d2452a89c5e2ea83523c /arch/arm/boot/dts/alphascale-asm9260-devkit.dts | |
parent | b7392d2247cfe6771f95d256374f1a8e6a6f48d6 (diff) | |
download | linux-c878eb621137a89492fc72d3672562374e2e0a8a.tar.xz |
ARM: dts: add DT for Alphascale ASM9260 SoC
for now it is wary basic SoC description with most important IPs needed
to make this device work
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/alphascale-asm9260-devkit.dts')
-rw-r--r-- | arch/arm/boot/dts/alphascale-asm9260-devkit.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/alphascale-asm9260-devkit.dts b/arch/arm/boot/dts/alphascale-asm9260-devkit.dts new file mode 100644 index 000000000000..c77e2c902fb6 --- /dev/null +++ b/arch/arm/boot/dts/alphascale-asm9260-devkit.dts @@ -0,0 +1,13 @@ +/* + * Copyright 2014 Oleksij Rempel <linux@rempel-privat.de> + * + * Licensed under the X11 license or the GPL v2 (or later) + */ + +/dts-v1/; +#include "alphascale-asm9260.dtsi" + +/ { + model = "Alphascale asm9260 Development Kit"; + compatible = "alphascale,asm9260devkit", "alphascale,asm9260"; +}; |