diff options
Diffstat (limited to 'kernel/arch/arm/boot/dts/stih415-b2000.dts')
-rw-r--r-- | kernel/arch/arm/boot/dts/stih415-b2000.dts | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/kernel/arch/arm/boot/dts/stih415-b2000.dts b/kernel/arch/arm/boot/dts/stih415-b2000.dts new file mode 100644 index 000000000..bdfbd3765 --- /dev/null +++ b/kernel/arch/arm/boot/dts/stih415-b2000.dts @@ -0,0 +1,15 @@ +/* + * Copyright (C) 2013 STMicroelectronics (R&D) Limited. + * Author: Srinivas Kandagatla <srinivas.kandagatla@st.com> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * publishhed by the Free Software Foundation. + */ +/dts-v1/; +#include "stih415.dtsi" +#include "stih41x-b2000.dtsi" +/ { + model = "STiH415 B2000 Board"; + compatible = "st,stih415-b2000", "st,stih415"; +}; |