Path: blob/master/Documentation/devicetree/bindings/arm/aspeed/aspeed,sbc.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)1# Copyright 2021 Joel Stanley, IBM Corp.2%YAML 1.23---4$id: http://devicetree.org/schemas/arm/aspeed/aspeed,sbc.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#67title: ASPEED Secure Boot Controller89maintainers:10- Joel Stanley <joel@jms.id.au>11- Andrew Jeffery <andrew@aj.id.au>1213description: |14The ASPEED SoCs have a register bank for interacting with the secure boot15controller.1617properties:18compatible:19items:20- const: aspeed,ast2600-sbc2122reg:23maxItems: 12425required:26- compatible27- reg2829additionalProperties: false3031examples:32- |33sbc: secure-boot-controller@1e6f2000 {34compatible = "aspeed,ast2600-sbc";35reg = <0x1e6f2000 0x1000>;36};373839