Searched +full:rtl9301 +full:- +full:i2c (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/net/ |
| H A D | realtek,rtl9301-switch.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/realtek,rtl9301-switch.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Chris Packham <chris.packham@alliedtelesis.co.nz> 17 $ref: ethernet-switch.yaml#/$defs/ethernet-ports 22 - enum: 23 - realtek,rtl9301-switch 24 - realtek,rtl9302b-switch 25 - realtek,rtl9302c-switch [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | realtek,rtl9301-switch.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mfd/realtek,rtl9301-switch.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Chris Packham <chris.packham@alliedtelesis.co.nz> 20 - enum: 21 - realtek,rtl9301-switch 22 - realtek,rtl9302b-switch 23 - realtek,rtl9302c-switch 24 - realtek,rtl9303-switch [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/i2c/ |
| H A D | realtek,rtl9301-i2c.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/i2c/realtek,rtl9301-i2c.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Realtek RTL I2C Controller 10 - Chris Packham <chris.packham@alliedtelesis.co.nz> 13 The RTL9300 SoC has two I2C controllers. Each of these has an SCL line (which 14 if not-used for SCL can be a GPIO). There are 8 common SDA lines that can be 15 assigned to either I2C controller. 20 - items: [all …]
|
| /freebsd/sys/contrib/device-tree/src/mips/realtek/ |
| H A D | rtl930x.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR BSD-2-Clause 4 compatible = "realtek,rtl9302-soc"; 6 #address-cells = <1>; 7 #size-cells = <1>; 15 compatible = "mti,cpu-interrupt-controller"; 16 #address-cells = <0>; 17 #interrupt-cells = <1>; 18 interrupt-controller; 22 #address-cells = <1>; 23 #size-cells = <0>; [all …]
|
| H A D | rtl9302c.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR BSD-2-Clause 6 compatible = "realtek,rtl9302c-switch", "syscon", "simple-mfd"; 10 compatible = "realtek,rtl9302c-i2c", "realtek,rtl9301-i2c"; 14 compatible = "realtek,rtl9302c-i2c", "realtek,rtl9301-i2c";
|