mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 04:32:03 +00:00
f1148dba64
B2000 board is reference board for STIH415/416 SOCs, it has 2 x UART, 4x USB, 2 x Ethernet, 1 x SATA, 1 x PCIe, and 1GB RAM. This patch add initial support to b2000 with STiH415/416 with UART2 as console and a heard beat LED. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com> CC: Stephen Gallimore <stephen.gallimore@st.com> CC: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Olof Johansson <olof@lixom.net>
16 lines
465 B
Plaintext
16 lines
465 B
Plaintext
/*
|
|
* 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", "st,stih415-b2000";
|
|
};
|