arm: dts: meson-gxm-khadas-vim2-u-boot: enable SPI NOR flash
Activate the on-board SPI NOR Flash by enabling the SPI controller and disabling the DS eMMC pin in the VIM2 u-boot.dtsi file. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
@@ -5,3 +5,18 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "meson-gx-u-boot.dtsi"
|
#include "meson-gx-u-boot.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
aliases {
|
||||||
|
spi0 = &spifc;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&sd_emmc_c {
|
||||||
|
status = "okay";
|
||||||
|
pinctrl-0 = <&emmc_pins>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&spifc {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user