On 21/08/2023 14:49, Binbin Zhou wrote: > Add the available CPUs in LoongArch binding with DT schema format using > json-schema. > > Signed-off-by: Binbin Zhou <zhoubinbin@xxxxxxxxxxx> > + > +allOf: > + - $ref: /schemas/cpu.yaml# > + > +properties: > + compatible: > + enum: > + - loongson,la264 > + - loongson,la364 > + > + reg: > + maxItems: 1 > + > + clocks: > + maxItems: 1 > + > + device_type: true Drop > + > +required: > + - compatible > + - reg > + - clocks Best regards, Krzysztof