historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/dtc/tests/overlay_bad_fixup_base.dtsi
2024-01-16 11:20:27 -06:00

18 lines
221 B
Text

/*
* Copyright (c) 2016 NextThing Co
* Copyright (c) 2016 Free Electrons
*
* SPDX-License-Identifier: GPL-2.0+
*/
/dts-v1/;
/ {
fragment@0 {
target = <0xffffffff>;
__overlay__ {
test-property;
};
};
};