1# Copyright (c) 2023, Ayush Singh <ayushdevel1325@gmail.com> 2# Copyright (c) 2021, Jason Kridner, BeagleBoard.org Foundation 3# SPDX-License-Identifier: Apache-2.0 4 5description: | 6 GPIO enabled analog switch to isolate devices from an I2C bus 7 8compatible: "gpio-i2c-switch" 9 10include: i2c-controller.yaml 11 12properties: 13 "#address-cells": 14 required: true 15 const: 1 16 "#size-cells": 17 required: true 18 const: 0 19 controller: 20 type: phandle 21 required: true 22 gpios: 23 type: phandle-array 24 required: true 25