hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Copyright (C) 2019 Marvell International Ltd.
 *
 * Device tree for the CN9130 SoC.
 */
 
#include "armada-ap807-quad.dtsi"
 
/ {
   model = "Marvell Armada CN9130 SoC";
   compatible = "marvell,cn9130", "marvell,armada-ap807-quad",
            "marvell,armada-ap807";
 
   aliases {
       gpio1 = &cp0_gpio1;
       gpio2 = &cp0_gpio2;
       spi1 = &cp0_spi0;
       spi2 = &cp0_spi1;
   };
};
 
/*
 * Instantiate the internal CP115
 */
 
#define CP11X_NAME        cp0
#define CP11X_BASE        f2000000
#define CP11X_PCIEx_MEM_BASE(iface) ((iface == 0) ? 0xc0000000 : \
                           0xe0000000 + ((iface - 1) * 0x1000000))
#define CP11X_PCIEx_MEM_SIZE(iface) ((iface == 0) ? 0x1ff00000 : 0xf00000)
#define CP11X_PCIE0_BASE    f2600000
#define CP11X_PCIE1_BASE    f2620000
#define CP11X_PCIE2_BASE    f2640000
 
#include "armada-cp115.dtsi"
 
#undef CP11X_NAME
#undef CP11X_BASE
#undef CP11X_PCIEx_MEM_BASE
#undef CP11X_PCIEx_MEM_SIZE
#undef CP11X_PCIE0_BASE
#undef CP11X_PCIE1_BASE
#undef CP11X_PCIE2_BASE
 
&cp0_gpio1 {
   status = "okay";
};
 
&cp0_gpio2 {
   status = "okay";
};