mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
13 lines
174 B
Text
13 lines
174 B
Text
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||
|
/*
|
||
|
* Copyright 2023 Toradex
|
||
|
*/
|
||
|
|
||
|
#include "tegra30-u-boot.dtsi"
|
||
|
|
||
|
/ {
|
||
|
sysinfo {
|
||
|
compatible = "toradex,sysinfo";
|
||
|
};
|
||
|
};
|