mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
17 lines
305 B
Text
17 lines
305 B
Text
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
/*
|
||
|
* Copyright (c) 2022 MediaTek Inc.
|
||
|
* Author: Sam Shih <sam.shih@mediatek.com>
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
#include "mt7986a-rfb.dts"
|
||
|
|
||
|
/ {
|
||
|
compatible = "mediatek,mt7986", "mediatek,mt7986-rfb",
|
||
|
"mediatek,mt7986-emmc-rfb";
|
||
|
bl2_verify {
|
||
|
bl2_compatible = "emmc";
|
||
|
};
|
||
|
};
|