]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - src/arm64/marvell/armada-ap806.dtsi
DTS: Update the device-tree files to Linux 5.5
[FreeBSD/FreeBSD.git] / src / arm64 / marvell / armada-ap806.dtsi
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 /*
3  * Copyright (C) 2016 Marvell Technology Group Ltd.
4  *
5  * Device Tree file for Marvell Armada AP806.
6  */
7
8 #define AP_NAME         ap806
9 #include "armada-ap80x.dtsi"
10
11 / {
12         model = "Marvell Armada AP806";
13         compatible = "marvell,armada-ap806";
14 };
15
16 &ap_syscon0 {
17         ap_clk: clock {
18                 compatible = "marvell,ap806-clock";
19                 #clock-cells = <1>;
20         };
21 };
22
23 &ap_syscon1 {
24         cpu_clk: clock-cpu@278 {
25                 compatible = "marvell,ap806-cpu-clock";
26                 clocks = <&ap_clk 0>, <&ap_clk 1>;
27                 #clock-cells = <1>;
28                 reg = <0x278 0xa30>;
29         };
30 };