Skip to content

Commit f00e04b

Browse files
pelwellP33M
authored andcommitted
ARM: dts: Add CM5 DTS support
The CM5 is a platform that will appear in multiple boards, each of which may have different connectivity. Split the CM5 DTS into a common cm5.dtsi and board-specific dts files, where the CM5 DTS file (the one loaded by the firmware by default) is an alias for the CM5IO DTS file. Signed-off-by: Phil Elwell <[email protected]>
1 parent 5fd7e5c commit f00e04b

File tree

6 files changed

+899
-0
lines changed

6 files changed

+899
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
// SPDX-License-Identifier: GPL-2.0
2+
/dts-v1/;
3+
4+
#include "bcm2712-rpi-cm5.dtsi"
5+
6+
i2c_csi_dsi: &i2c_csi_dsi0 { }; // An alias for compatibility
7+
8+
// The RP1 USB3 interfaces are not usable on CM4IO
9+
10+
&rp1_usb0 {
11+
status = "disabled";
12+
};
13+
14+
&rp1_usb1 {
15+
status = "disabled";
16+
};
17+
18+
/ {
19+
__overrides__ {
20+
i2c_csi_dsi = <&i2c_csi_dsi>, "status";
21+
};
22+
};
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// SPDX-License-Identifier: GPL-2.0
2+
/dts-v1/;
3+
4+
#include "bcm2712-rpi-cm5.dtsi"
5+
6+
i2c_csi_dsi: &i2c_csi_dsi0 { }; // An alias for compatibility
7+
8+
/ {
9+
__overrides__ {
10+
i2c_csi_dsi = <&i2c_csi_dsi>, "status";
11+
};
12+
};

0 commit comments

Comments
 (0)