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;
|
||
|
};
|
||
|
};
|