Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 
0003 / {
0004         testcase-data {
0005                 match-node {
0006                         name0 { };
0007                         name1 { device_type = "type1"; };
0008                         a { name2 { device_type = "type1"; }; };
0009                         b { name2 { }; };
0010                         c { name2 { device_type = "type2"; }; };
0011                         name3 { compatible = "compat3"; };
0012                         name4 { compatible = "compat2", "compat3"; };
0013                         name5 { compatible = "compat2", "compat3"; };
0014                         name6 { compatible = "compat1", "compat2", "compat3"; };
0015                         name7 { compatible = "compat2"; device_type = "type1"; };
0016                         name8 { compatible = "compat2"; device_type = "type1"; };
0017                         name9 { compatible = "compat2"; };
0018                 };
0019         };
0020 };