Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /dts-v1/;
0003 /plugin/;
0004 
0005 /* overlay_11 */
0006 /* overlays 8, 9, 10, 11 application and removal in bad sequence */
0007 
0008 &unittest_test_bus {
0009         /* suppress DTC warning */
0010         #address-cells = <1>;
0011         #size-cells = <0>;
0012 
0013         test-unittest11 {
0014                 compatible = "unittest";
0015                 status = "okay";
0016                 reg = <11>;
0017 
0018                 #address-cells = <1>;
0019                 #size-cells = <0>;
0020 
0021                 test-unittest111 {
0022                         compatible = "unittest";
0023                         status = "okay";
0024                         reg = <1>;
0025                 };
0026 
0027         };
0028 };