MIPS: mscc: Add jaguar2 support
authorGregory CLEMENT <gregory.clement@bootlin.com>
Tue, 10 Nov 2020 11:45:07 +0000 (12:45 +0100)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 12 Nov 2020 22:34:25 +0000 (23:34 +0100)
commitf84778f7d8c3b867d6aaca9361d7b43b222f9f6a
treed989aea6d416fbbdf9ee3c18677ba52f6a14e237
parent378e413fe97e8d66ff4dc90b0b5b6ef3bbc15252
MIPS: mscc: Add jaguar2 support

Add a device trees and FIT image support for the Microsemi Jaguar2 SoC
which belongs to same family of the Ocelot SoC.

It is based on the work of Lars Povlsen <lars.povlsen@microchip.com>.

Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/boot/dts/mscc/Makefile
arch/mips/boot/dts/mscc/jaguar2.dtsi [new file with mode: 0644]
arch/mips/boot/dts/mscc/jaguar2_common.dtsi [new file with mode: 0644]
arch/mips/boot/dts/mscc/jaguar2_pcb110.dts [new file with mode: 0644]
arch/mips/boot/dts/mscc/jaguar2_pcb111.dts [new file with mode: 0644]
arch/mips/boot/dts/mscc/jaguar2_pcb118.dts [new file with mode: 0644]
arch/mips/generic/Kconfig
arch/mips/generic/Platform
arch/mips/generic/board-jaguar2.its.S [new file with mode: 0644]