mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
18 lines
310 B
Text
18 lines
310 B
Text
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
/*
|
||
|
* Device Tree file for MikroTik CRS326-24G-2S+ board
|
||
|
*
|
||
|
* Copyright (C) 2020 Sartura Ltd.
|
||
|
* Author: Luka Kovacic <luka.kovacic@sartura.hr>
|
||
|
*/
|
||
|
|
||
|
#include "armada-xp-crs326-24g-2s.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "MikroTik CRS326-24G-2S+";
|
||
|
};
|
||
|
|
||
|
&spi0 {
|
||
|
status = "okay";
|
||
|
};
|