pfuze100.yaml (1724e02e024adf5a17da12fad6819e30d304da7d) | pfuze100.yaml (f84e2c5c528d937564e4a9e3411418e4c914b1fb) |
---|---|
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/regulator/pfuze100.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: PFUZE100 family of regulators 8 --- 66 unchanged lines hidden (view full) --- 75 type: object 76 77 additionalProperties: false 78 79required: 80 - compatible 81 - reg 82 | 1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/regulator/pfuze100.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: PFUZE100 family of regulators 8 --- 66 unchanged lines hidden (view full) --- 75 type: object 76 77 additionalProperties: false 78 79required: 80 - compatible 81 - reg 82 |
83additionalProperties: false 84 |
|
83examples: 84 - | 85 i2c { 86 #address-cells = <1>; 87 #size-cells = <0>; 88 89 pmic@8 { 90 compatible = "fsl,pfuze100"; --- 96 unchanged lines hidden --- | 85examples: 86 - | 87 i2c { 88 #address-cells = <1>; 89 #size-cells = <0>; 90 91 pmic@8 { 92 compatible = "fsl,pfuze100"; --- 96 unchanged lines hidden --- |