mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
18 lines
284 B
Text
18 lines
284 B
Text
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
/*
|
||
|
* Device Tree For AC5X.
|
||
|
*
|
||
|
* Copyright (C) 2022 Allied Telesis Labs
|
||
|
*/
|
||
|
|
||
|
#include "ac5-98dx25xx.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Marvell AC5X SoC";
|
||
|
compatible = "marvell,ac5x", "marvell,ac5";
|
||
|
};
|
||
|
|
||
|
&cnm_clock {
|
||
|
clock-frequency = <325000000>;
|
||
|
};
|