1tests:
2  libraries.devicetree.devices:
3    tags: devicetree
4    # We only need this to run on one platform so use native_sim as it
5    # will mostly likely be the fastest.
6    integration_platforms:
7      - native_sim
8    # The test instantiate few vnd,i2c devices so it fails with boards with
9    # devices that select I2C.
10    platform_allow:
11      - native_sim
12