mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
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>
12 lines
175 B
Text
12 lines
175 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com>
|
|
*/
|
|
|
|
#include "sunxi-u-boot.dtsi"
|
|
|
|
/ {
|
|
aliases {
|
|
spi0 = &spi0;
|
|
};
|
|
};
|