Add a device trees and FIT image support for the Microsemi Serval 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>
17 lines
257 B
Text
17 lines
257 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (c) 2018 Microsemi Corporation
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "serval_common.dtsi"
|
|
|
|
/ {
|
|
model = "Serval PCB106 Reference Board";
|
|
compatible = "mscc,serval-pcb106", "mscc,serval";
|
|
|
|
aliases {
|
|
};
|
|
|
|
};
|
|
|