hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Device Tree file for Marvell Armada AP807
 *
 * Copyright (C) 2019 Marvell Technology Group Ltd.
 */
 
#define AP_NAME        ap807
#include "armada-ap80x.dtsi"
 
/ {
   model = "Marvell Armada AP807";
   compatible = "marvell,armada-ap807";
};
 
&ap_syscon0 {
   ap_clk: clock {
       compatible = "marvell,ap807-clock";
       #clock-cells = <1>;
   };
};
 
&ap_syscon1 {
   cpu_clk: clock-cpu {
       compatible = "marvell,ap807-cpu-clock";
       clocks = <&ap_clk 0>, <&ap_clk 1>;
       #clock-cells = <1>;
   };
};