f8cb77ffba
SoPine has winbond SPI-FLASH, so enable the same in defconfig and add aliases for spi0 in -u-boot.dtsi Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
13 lines
175 B
Plaintext
13 lines
175 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com>
|
|
*/
|
|
|
|
#include "sunxi-u-boot.dtsi"
|
|
|
|
/ {
|
|
aliases {
|
|
spi0 = &spi0;
|
|
};
|
|
};
|