mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
33f19038cc
A board with Hi3798MV200 SoC and various peripherals. Details are in the board README.md. Signed-off-by: Yang Xiwen <forbidden405@outlook.com>
8 lines
140 B
Text
8 lines
140 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#include "hi3798mv200-u-boot.dtsi"
|
|
|
|
/* The clock driver is missing */
|
|
&sd0 {
|
|
status = "disabled";
|
|
};
|