Newer
Older
barebox / arch / arm / dts / bcm2837-rpi-3.dts
@Tomaz Solc Tomaz Solc on 19 Feb 2019 227 bytes ARM: rpi: switch emmc from sdhost to sdhci
#include <arm64/broadcom/bcm2837-rpi-3-b.dts>

/ {
	chosen {
		stdout-path = &uart1;
	};

	memory {
		reg = <0x0 0x0>;
	};
};

&sdhci {
	pinctrl-0 = <&emmc_gpio48>;
	/delete-node/ wifi@1;
};

&sdhost {
	status = "disabled";
};