-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathboard-versal-net-psx-vn-p-b2197-00-x-prc-07.dts
More file actions
76 lines (66 loc) · 1.28 KB
/
board-versal-net-psx-vn-p-b2197-00-x-prc-07.dts
File metadata and controls
76 lines (66 loc) · 1.28 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
/* X-PRC-07 Daughter Card for vn-p-b2197-00 Board.
*
* Copyright (c) 2024, Advanced Micro Devices, Inc
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
/*
* Features
* -OSPI - MT35XU02GCBA1G12-0SIT
* -USB
* -EMMC - MTFC64GAPALBH-IT
* -GEM1
* -GEM_PHY - VSC8540
* -UART0/1
* -BOOT MODE supported: OSPI
*/
#include "board-versal-net-psx-vn-p-b2197-00.dts"
&pmc_qspi_0 {
/delete-node/ qspi_flash_lcs_lb@0;
/delete-node/ qspi_flash_lcs_ub@0;
/delete-node/ qspi_flash_ucs_lb@0;
/delete-node/ qspi_flash_ucs_ub@0;
};
&ospi {
/delete-node/ ospi_flash_ucs_lb@0;
/delete-node/ ospi_flash_ucs_ub@0;
};
&ospi_flash_lcs_lb {
compatible = "mt35xu02gbba";
};
&ospi_flash_lcs_ub {
compatible = "mt35xu02gbba";
};
&spi1 {
spi1_flash0@0 {
compatible = "mx25u3232f";
reg = <0x02 0x00>;
};
};
&mdio0 {
/delete-node/ phy@2;
phy0: phy@1 {
compatible = "dp83826";
device_type = "ethernet-phy";
reg = <1>;
};
};
&ps_i2c1 {
eeprom1: eeprom@51 {
compatible = "at,24c08";
reg = <0x51>;
size = <0x2000>;
blockdev-node-name = "i2c1.eeprom-51";
};
i2c1_bridge: i2c1_bridge@0 {
compatible = "i2c-wire";
i2cWire-peer = <&i2c0_bridge>;
};
};
&ps_i2c0 {
i2c0_bridge: i2c0_bridge@0 {
compatible = "i2c-wire";
i2cWire-peer = <&i2c1_bridge>;
};
};