
Am 16.01.19 um 12:15 schrieb Horatiu Vultur:
Add board support, configuration and DTS for Servalt SoC family. Currently there is one board in this family.
Signed-off-by: Horatiu Vultur horatiu.vultur@microchip.com
arch/mips/dts/Makefile | 1 + arch/mips/dts/mscc,servalt.dtsi | 149 +++++++++++++++++++++++++++++++++++++++ arch/mips/dts/servalt_pcb116.dts | 56 +++++++++++++++ board/mscc/servalt/Kconfig | 14 ++++ board/mscc/servalt/Makefile | 3 + board/mscc/servalt/servalt.c | 52 ++++++++++++++ configs/mscc_servalt_defconfig | 60 ++++++++++++++++ 7 files changed, 335 insertions(+) create mode 100644 arch/mips/dts/mscc,servalt.dtsi create mode 100644 arch/mips/dts/servalt_pcb116.dts create mode 100644 board/mscc/servalt/Kconfig create mode 100644 board/mscc/servalt/Makefile create mode 100644 board/mscc/servalt/servalt.c create mode 100644 configs/mscc_servalt_defconfig
Reviewed-by: Daniel Schwierzeck daniel.schwierzeck@gmail.com