summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/bcm2711-rpi-cm4s-io.dts
blob: 8302523e47ba2a1e05b529527f86ad61596e99af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// SPDX-License-Identifier: GPL-2.0

#include "bcm2711-rpi-cm4-io.dts"

&{/memory@0} {
	reg = <0x0 0x0 0x0>;
};

/ {
	compatible = "raspberrypi,4-compute-module-s", "brcm,bcm2711";
	model = "Raspberry Pi Compute Module 4S IO Board";

	chosen {
		stdout-path = "serial0:115200n8";
	};
};

&uart1 {
	/delete-property/ clock-frequency;
};