Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 27 lines 457 B view raw
1// SPDX-License-Identifier: GPL-2.0 2/dts-v1/; 3/plugin/; 4 5/* overlay_10 */ 6/* overlays 8, 9, 10, 11 application and removal in bad sequence */ 7 8&unittest_test_bus { 9 /* suppress DTC warning */ 10 #address-cells = <1>; 11 #size-cells = <0>; 12 13 test-unittest10 { 14 compatible = "unittest"; 15 status = "okay"; 16 reg = <10>; 17 18 #address-cells = <1>; 19 #size-cells = <0>; 20 21 test-unittest101 { 22 compatible = "unittest"; 23 status = "okay"; 24 reg = <1>; 25 }; 26 }; 27};