]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/gnu/dts/arm64/marvell/armada-372x.dtsi
dts: Import DTS for arm64
[FreeBSD/FreeBSD.git] / sys / gnu / dts / arm64 / marvell / armada-372x.dtsi
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 /*
3  * Device Tree Include file for Marvell Armada 372x family of SoCs
4  * (also named 88F3720)
5  *
6  * Copyright (C) 2016 Marvell
7  *
8  * Gregory CLEMENT <gregory.clement@free-electrons.com>
9  *
10  */
11
12 #include "armada-37xx.dtsi"
13
14 / {
15         model = "Marvell Armada 3720 SoC";
16         compatible = "marvell,armada3720", "marvell,armada3710";
17
18         cpus {
19                 cpu@1 {
20                         device_type = "cpu";
21                         compatible = "arm,cortex-a53","arm,armv8";
22                         reg = <0x1>;
23                         clocks = <&nb_periph_clk 16>;
24                         enable-method = "psci";
25                 };
26         };
27 };