mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
0934dddc64
This change updates all Armada 37xx DTS files to version which is used by Linux kernel v5.18. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>
27 lines
538 B
Text
27 lines
538 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Device Tree Include file for Marvell Armada 372x family of SoCs
|
|
* (also named 88F3720)
|
|
*
|
|
* Copyright (C) 2016 Marvell
|
|
*
|
|
* Gregory CLEMENT <gregory.clement@free-electrons.com>
|
|
*
|
|
*/
|
|
|
|
#include "armada-37xx.dtsi"
|
|
|
|
/ {
|
|
model = "Marvell Armada 3720 SoC";
|
|
compatible = "marvell,armada3720", "marvell,armada3710";
|
|
|
|
cpus {
|
|
cpu1: cpu@1 {
|
|
device_type = "cpu";
|
|
compatible = "arm,cortex-a53";
|
|
reg = <0x1>;
|
|
clocks = <&nb_periph_clk 16>;
|
|
enable-method = "psci";
|
|
};
|
|
};
|
|
};
|