new file mode 100644
@@ -0,0 +1,27 @@
+# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/remoteproc/remoteproc-core.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Binding(s) for a primary processor applicable to all ancillary
+ processors
+
+maintainers:
+ - Bjorn Andersson <bjorn.andersson@linaro.org>
+ - Mathieu Poirier <mathieu.poirier@linaro.org>
+
+description:
+ This document defines the bindings used by a primary processor to determine
+ the state it should leave an ancillary processor when the former is no longer
+ functioning.
+
+properties:
+ autonomous-on-core-reboot:
+ $ref: /schemas/types.yaml#/definitions/flag
+ description:
+ When specified the ancillary processor should be left operational when
+ the primary processor is no longer available. Otherwise the ancillary
+ processor should be made inoperative.
+
+additionalProperties: true