On 28/04/2026 15:18, Michal Simek wrote: >>> >>> properties: >>> compatible: >>> items: >>> - enum: >>> - xlnx,zynqmp-bram-rproc >>> - xlnx,versal-bram-rproc >>> - xlnx,versal-net-bram-rproc >>> - amd,versal2-bram-rproc >>> - const: amd,bram-rproc >>> >>> The example should also be updated: >> >> Yes, except what I wrote earlier and is mentioned in the writing >> bindings doc - the specific compatible should be also the fallback. > > properties: > compatible: > oneOf: > - const: xlnx,zynqmp-bram-rproc > - items: > - enum: > - xlnx,versal-bram-rproc > - xlnx,versal-net-bram-rproc > - amd,versal2-bram-rproc > - const: xlnx,zynqmp-bram-rproc > > Good now?
Yes, looks good to me! Best regards, Krzysztof

