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/usb/hpe,gxp-udcg.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: HPE GXP Gadget Universal Device Controller Group (UDCG)
+
+maintainers:
+ - Richard Yu <richard.yu@hpe.com>
+ - Jean-Marie Verdun <verdun@hpe.com>
+ - Nick Hawkins <nick.hawkins@hpe.com>
+
+properties:
+ compatible:
+ items:
+ - const: hpe,gxp-udcg
+ - const: syscon
+
+ reg:
+ maxItems: 1
+
+required:
+ - compatible
+ - reg
+
+additionalProperties: false
+
+examples:
+ - |
+ system-controller@80400800 {
+ compatible = "hpe,gxp-udcg", "syscon";
+ reg = <0x80400800 0x200>;
+ };