On Fri, Apr 18, 2025 at 08:42:28PM GMT, Praveen Talari wrote:Will update in next version.
+ interrupts:Drop description. It is not even accurate because you do not allow
+ minItems: 1
+ items:
+ - description: UART core irq
+ - description: Wakeup irq (RX GPIO)
+
+ interrupt-names:
+ description:
+ The UART interrupt and optionally the RX in-band wakeup interrupt.
wakeup to be optional.
I agree, will update in next version
+ items:Keep the same order as in properties. You already got comment about
+ - const: uart
+ - const: wakeup
+
+ power-domains:
+ minItems: 2
+ maxItems: 2
+
+ power-domain-names:
+ items:
+ - const: power
+ - const: perf
+
+required:
+ - compatible
+ - interrupts
+ - reg
placement of 'reg'.
Best regards,
Krzysztof