new file mode 100644
@@ -0,0 +1,34 @@
+# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/power/reset/cirrus,ep9301-reboot.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Cirrus EP93xx SoC family reset controller
+
+maintainers:
+ - Alexander Sverdlin <alexander.sverdlin@gmail.com>
+ - Nikita Shubin <nikita.shubin@maquefel.me>
+
+properties:
+ compatible:
+ oneOf:
+ - const: cirrus,ep9301-reboot
+ - items:
+ - enum:
+ - cirrus,ep9302-reboot
+ - cirrus,ep9307-reboot
+ - cirrus,ep9312-reboot
+ - cirrus,ep9315-reboot
+ - const: cirrus,ep9301-reboot
+
+required:
+ - compatible
+
+additionalProperties: false
+
+examples:
+ - |
+ reboot {
+ compatible = "cirrus,ep9301-reboot";
+ };