Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
7ae6976f47f5dfc37a4e8deea82cd8aea6470cfa
/
.
/
tools
/
dtoc
/
test
/
dtoc_test_invalid_driver.dts
blob: 042a325913eb682ac0db49c7020d869888e8a34d [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
/*
* Test device tree file for dtoc
*
* Copyright 2017 Google, Inc
*/
/
dts
-
v1
/;
/
{
spl
-
test
{
bootph
-
all
;
compatible
=
"invalid"
;
};
};