mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
df9ebbe17e
Convert the CRS305-1G-4S board to CRS3xx-98DX3236 to enable easier implementation of new CRS3xx series boards, based on Marvell Prestera 98DX3236. Signed-off-by: Luka Kovacic <luka.kovacic@sartura.hr> Reviewed-by: Stefan Roese <sr@denx.de> Cc: Luka Perkov <luka.perkov@sartura.hr> Cc: Jakov Petrina <jakov.petrina@sartura.hr>
17 lines
307 B
Text
17 lines
307 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Device Tree file for MikroTik CRS305-1G-4S+ board
|
|
*
|
|
* Copyright (C) 2020 Sartura Ltd.
|
|
* Author: Luka Kovacic <luka.kovacic@sartura.hr>
|
|
*/
|
|
|
|
#include "armada-xp-crs305-1g-4s.dtsi"
|
|
|
|
/ {
|
|
model = "MikroTik CRS305-1G-4S+";
|
|
};
|
|
|
|
&spi0 {
|
|
status = "okay";
|
|
};
|