Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/Documentation/devicetree/bindings/hwinfo/via,vt8500-scc-id.yaml
26308 views
1
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2
%YAML 1.2
3
---
4
$id: http://devicetree.org/schemas/hwinfo/via,vt8500-scc-id.yaml#
5
$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7
title: VIA/WonderMedia SoC system configuration information
8
9
maintainers:
10
- Alexey Charkov <alchark@gmail.com>
11
12
description:
13
The system configuration controller on VIA/WonderMedia SoC's contains a chip
14
identifier and revision used to differentiate between different hardware
15
versions of on-chip IP blocks having their own peculiarities which may or
16
may not be captured by their respective DT compatible strings
17
18
properties:
19
compatible:
20
items:
21
- const: via,vt8500-scc-id
22
23
reg:
24
maxItems: 1
25
26
required:
27
- compatible
28
- reg
29
30
additionalProperties: false
31
32
examples:
33
- |
34
chipid@d8120000 {
35
compatible = "via,vt8500-scc-id";
36
reg = <0xd8120000 0x4>;
37
};
38
39