aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/dts/reset.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/dts/reset.dtsi')
-rw-r--r--arch/x86/dts/reset.dtsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/dts/reset.dtsi b/arch/x86/dts/reset.dtsi
new file mode 100644
index 00000000000..f979d83757c
--- /dev/null
+++ b/arch/x86/dts/reset.dtsi
@@ -0,0 +1,6 @@
+/ {
+ reset {
+ compatible = "x86,reset";
+ u-boot,dm-pre-reloc;
+ };
+};