15def4c47SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 25def4c47SEmmanuel Vadot%YAML 1.2 35def4c47SEmmanuel Vadot--- 45def4c47SEmmanuel Vadot$id: http://devicetree.org/schemas/extcon/extcon-usbc-tusb320.yaml# 55def4c47SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 65def4c47SEmmanuel Vadot 75def4c47SEmmanuel Vadottitle: TI TUSB320 USB Type-C CC Logic controller 85def4c47SEmmanuel Vadot 95def4c47SEmmanuel Vadotmaintainers: 105def4c47SEmmanuel Vadot - Michael Auchter <michael.auchter@ni.com> 115def4c47SEmmanuel Vadot 125def4c47SEmmanuel Vadotproperties: 135def4c47SEmmanuel Vadot compatible: 148cc087a1SEmmanuel Vadot enum: 158cc087a1SEmmanuel Vadot - ti,tusb320 168cc087a1SEmmanuel Vadot - ti,tusb320l 175def4c47SEmmanuel Vadot 185def4c47SEmmanuel Vadot reg: 195def4c47SEmmanuel Vadot maxItems: 1 205def4c47SEmmanuel Vadot 215def4c47SEmmanuel Vadot interrupts: 225def4c47SEmmanuel Vadot maxItems: 1 235def4c47SEmmanuel Vadot 245def4c47SEmmanuel Vadotrequired: 255def4c47SEmmanuel Vadot - compatible 265def4c47SEmmanuel Vadot - reg 275def4c47SEmmanuel Vadot - interrupts 285def4c47SEmmanuel Vadot 295def4c47SEmmanuel VadotadditionalProperties: false 305def4c47SEmmanuel Vadot 315def4c47SEmmanuel Vadotexamples: 325def4c47SEmmanuel Vadot - | 33*fac71e4eSEmmanuel Vadot i2c { 345def4c47SEmmanuel Vadot #address-cells = <1>; 355def4c47SEmmanuel Vadot #size-cells = <0>; 365def4c47SEmmanuel Vadot tusb320@61 { 375def4c47SEmmanuel Vadot compatible = "ti,tusb320"; 385def4c47SEmmanuel Vadot reg = <0x61>; 395def4c47SEmmanuel Vadot interrupt-parent = <&gpio>; 405def4c47SEmmanuel Vadot interrupts = <27 1>; 415def4c47SEmmanuel Vadot }; 425def4c47SEmmanuel Vadot }; 435def4c47SEmmanuel Vadot... 44