Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /dts-v1/;
0003 /plugin/;
0004 
0005 /* overlay_4 - test insertion of a full node */
0006 
0007 &unittest_test_bus {
0008 
0009         /* suppress DTC warning */
0010         #address-cells = <1>;
0011         #size-cells = <0>;
0012 
0013         test-unittest4 {
0014                 compatible = "unittest";
0015                 status = "okay";
0016                 reg = <4>;
0017         };
0018 };