Path: blob/master/Documentation/devicetree/bindings/i2c/i2c-atr.yaml
26307 views
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause1%YAML 1.22---3$id: http://devicetree.org/schemas/i2c/i2c-atr.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Common i2c address translator properties78maintainers:9- Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>1011description:12An I2C Address Translator (ATR) is a device with an I2C slave parent13("upstream") port and N I2C master child ("downstream") ports, and14forwards transactions from upstream to the appropriate downstream port15with a modified slave address. The address used on the parent bus is16called the "alias" and is (potentially) different from the physical17slave address of the child bus. Address translation is done by the18hardware.1920properties:21i2c-alias-pool:22$ref: /schemas/types.yaml#/definitions/uint32-array23description:24I2C alias pool is a pool of I2C addresses on the main I2C bus that can be25used to access the remote peripherals on the serializer's I2C bus. The26addresses must be available, not used by any other peripheral. Each27remote peripheral is assigned an alias from the pool, and transactions to28that address will be forwarded to the remote peripheral, with the address29translated to the remote peripheral's real address. This property is not30needed if there are no I2C addressable remote peripherals.3132additionalProperties: true33...343536