tests: Add test cases for bad endpoint node and remote-endpoint prop checks

Signed-off-by: Johannes Beisswenger <johannes.beisswenger@cetitec.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
Johannes Beisswenger 2023-04-14 15:17:34 +02:00 committed by David Gibson
parent 44bb89cafd
commit f1657b2fb5
5 changed files with 46 additions and 0 deletions

View file

@ -0,0 +1,7 @@
/dts-v1/;
/ {
foo {
remote-endpoint = <0xdeadbeef>;
};
};