aboutsummaryrefslogtreecommitdiffstats
path: root/dtc/tests/bad-chosen.dts
diff options
context:
space:
mode:
Diffstat (limited to 'dtc/tests/bad-chosen.dts')
-rw-r--r--dtc/tests/bad-chosen.dts10
1 files changed, 10 insertions, 0 deletions
diff --git a/dtc/tests/bad-chosen.dts b/dtc/tests/bad-chosen.dts
new file mode 100644
index 000000000..d6f53c68d
--- /dev/null
+++ b/dtc/tests/bad-chosen.dts
@@ -0,0 +1,10 @@
+/dts-v1/;
+
+/ {
+ node2 {
+ chosen {
+ bootargs = <0xdeadbeef>;
+ stdout-path = <1>;
+ };
+ };
+};