diff --git a/dtschema/schemas/chosen.yaml b/dtschema/schemas/chosen.yaml index 2675cd0f..a978230f 100644 --- a/dtschema/schemas/chosen.yaml +++ b/dtschema/schemas/chosen.yaml @@ -167,6 +167,12 @@ properties: will assign devices in its usual manner, otherwise it will not try to assign devices and instead use them as they are configured already. + smbios3-entrypoint: + $ref: types.yaml#/definitions/address + maxItems: 1 + description: + The physical address of the SMBIOSv3 entry point structure. + stdout-path: $ref: types.yaml#/definitions/string pattern: '^[a-zA-Z0-9@/,+\-._]*(:[0-9]*[noe]?[78]?[r]?)?$' diff --git a/dtschema/schemas/sdram/sdram-consumer.yaml b/dtschema/schemas/sdram/sdram-consumer.yaml index aa15c44f..bb85a363 100644 --- a/dtschema/schemas/sdram/sdram-consumer.yaml +++ b/dtschema/schemas/sdram/sdram-consumer.yaml @@ -19,4 +19,4 @@ properties: Phandle to a memory channel node. This property references a node that represents a SDRAM channel. -additionalProperties: true \ No newline at end of file +additionalProperties: true