2018-07-26 09:21:39 +00:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
/*
|
|
|
|
* Copyright (c) 2019 BayLibre, SAS.
|
|
|
|
* Author: Neil Armstrong <narmstrong@baylibre.com>
|
|
|
|
*/
|
|
|
|
|
2020-05-28 13:47:27 +00:00
|
|
|
#include "meson-gxl-u-boot.dtsi"
|
2020-04-20 13:44:42 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
aliases {
|
|
|
|
spi0 = &spifc;
|
|
|
|
};
|
2021-07-27 01:23:18 +00:00
|
|
|
|
|
|
|
smbios {
|
|
|
|
compatible = "u-boot,sysinfo-smbios";
|
|
|
|
|
|
|
|
smbios {
|
|
|
|
system {
|
|
|
|
manufacturer = "khadas";
|
|
|
|
product = "VIM2";
|
|
|
|
};
|
|
|
|
|
|
|
|
baseboard {
|
|
|
|
manufacturer = "khadas";
|
|
|
|
product = "VIM2";
|
|
|
|
};
|
|
|
|
|
|
|
|
chassis {
|
|
|
|
manufacturer = "khadas";
|
|
|
|
product = "VIM2";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2020-04-20 13:44:42 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&sd_emmc_c {
|
|
|
|
status = "okay";
|
|
|
|
pinctrl-0 = <&emmc_pins>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&spifc {
|
|
|
|
status = "okay";
|
|
|
|
};
|