lumag: i feel defeated by schema with ``` properties: compatible: contains: enum: ``` it only picks node if there is single compat with ``` properties: compatible: oneOf: - items: - enum: - qcom,adreno-306.0 - const: qcom,adreno ``` it picks every single one which has const in it Do i need to pick it like that then do if later on same list of compats to process?