Path: blob/master/Documentation/devicetree/bindings/i2c/allwinner,sun6i-a31-p2wi.yaml
26307 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/i2c/allwinner,sun6i-a31-p2wi.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Allwinner A31 P2WI (Push/Pull 2 Wires Interface)78maintainers:9- Chen-Yu Tsai <wens@csie.org>10- Maxime Ripard <mripard@kernel.org>1112allOf:13- $ref: /schemas/i2c/i2c-controller.yaml#1415properties:16compatible:17const: allwinner,sun6i-a31-p2wi1819reg:20maxItems: 12122interrupts:23maxItems: 12425clocks:26maxItems: 12728resets:29maxItems: 13031clock-frequency:32minimum: 133maximum: 60000003435required:36- compatible37- reg38- interrupts39- clocks40- resets4142unevaluatedProperties: false4344examples:45- |46i2c@1f03400 {47compatible = "allwinner,sun6i-a31-p2wi";48reg = <0x01f03400 0x400>;49interrupts = <0 39 4>;50clocks = <&apb0_gates 3>;51clock-frequency = <100000>;52resets = <&apb0_rst 3>;53#address-cells = <1>;54#size-cells = <0>;5556axp221: pmic@68 {57/* compatible = "x-powers,axp221"; */58reg = <0x68>;59};60};6162...636465