summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/bcm2711-rpi-4.dts
blob: 3c0caa73f8f189ab5353303e2dbb48f79aba3383 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include <arm64/broadcom/bcm2711-rpi-4-b.dts>

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

&sdhci {
	/* no use for SDIO WiFi in barebox */
	status = "disabled";
};

&uart1 {
	/* VPU core clock is reported at 200MHz, but needs to be 500Mhz
	 * for ns16550 driver to set correct baudrate. Until that's
	 * figured out, hardcode clock frequency to the expected value
	 */
	clock-frequency = <500000000>;
};