| /freebsd/sys/contrib/device-tree/src/arm64/axiado/ |
| H A D | ax3000.dtsi | 232 /* I3C Controller 0 - 16 */ 233 i3c0: i3c@80500400 { 234 compatible = "axiado,ax3000-i3c", "cdns,i3c-master"; 241 i3c-scl-hz = <400000>; 247 i3c1: i3c@80500800 { 248 compatible = "axiado,ax3000-i3c", "cdns,i3c-master"; 255 i3c-scl-hz = <400000>; 261 i3c2: i3c@80580400 { 262 compatible = "axiado,ax3000-i3c", "cdns,i3c-master"; 269 i3c-scl-hz = <400000>; [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/i3c/ |
| H A D | i3c.yaml | 4 $id: http://devicetree.org/schemas/i3c/i3c.yaml# 7 title: I3C bus 14 I3C busses can be described with a node for the primary I3C controller device 15 and a set of child nodes for each I2C or I3C slave on the bus. Each of them 20 pattern: "^i3c@[0-9a-f]+$" 27 All I3C devices are supposed to support DAA (Dynamic Address Assignment), 28 and are thus discoverable. So, by default, I3C devices do not have to be 32 I3C devices. 34 Another use case for describing an I3C device in the device tree is when 35 this I3C device has a static I2C address and we want to assign it a [all …]
|
| H A D | i3c.txt | 1 Generic device tree bindings for I3C busses 4 This document describes generic bindings that should be used to describe I3C 12 - compatible - name of the I3C master controller driving the I3C bus 16 The node describing an I3C bus should be named i3c-master. 21 These properties may not be supported by all I3C master drivers. Each I3C 24 - i3c-scl-hz: frequency of the SCL signal used for I3C transfers. 48 + third cell: shall encode the I3C LVR (Legacy Virtual Register) 68 I3C devices 71 All I3C devices are supposed to support DAA (Dynamic Address Assignment), and 72 are thus discoverable. So, by default, I3C devices do not have to be described [all …]
|
| H A D | silvaco,i3c-master.yaml | 4 $id: http://devicetree.org/schemas/i3c/silvaco,i3c-master.yaml# 7 title: Silvaco I3C master 16 - nuvoton,npcm845-i3c 17 - silvaco,i3c-master-v1 20 - nxp,imx94-i3c 21 - nxp,imx95-i3c 22 - const: silvaco,i3c-master-v1 55 - $ref: i3c.yaml# 60 - nuvoton,npcm845-i3c 61 - silvaco,i3c-master-v1 [all …]
|
| H A D | cdns,i3c-master.txt | 1 Bindings for cadence I3C master block 6 - compatible: shall be "cdns,i3c-master" 9 - interrupts: the interrupt line connected to this I3C master 10 - reg: I3C master registers 13 Documentation/devicetree/bindings/i3c/i3c.yaml for more details): 19 Documentation/devicetree/bindings/i3c/i3c.yaml for more details): 22 - i3c-scl-hz 24 I3C device connected on the bus follow the generic description (see 25 Documentation/devicetree/bindings/i3c/i3c.yaml for more details). 29 i3c-master@0d040000 { [all …]
|
| H A D | snps,dw-i3c-master.txt | 1 Bindings for Synopsys DesignWare I3C master block 6 - compatible: shall be "snps,dw-i3c-master-1.00a" 8 - interrupts: the interrupt line connected to this I3C master 9 - reg: Offset and length of I3C master registers 12 Documentation/devicetree/bindings/i3c/i3c.yaml for more details): 18 Documentation/devicetree/bindings/i3c/i3c.yaml for more details): 21 - i3c-scl-hz 23 I3C device connected on the bus follow the generic description (see 24 Documentation/devicetree/bindings/i3c/i3c.yaml for more details). 28 i3c-master@2000 { [all …]
|
| H A D | mipi-i3c-hci.yaml | 4 $id: http://devicetree.org/schemas/i3c/mipi-i3c-hci.yaml# 7 title: MIPI I3C HCI 13 - $ref: /schemas/i3c/i3c.yaml# 16 MIPI I3C Host Controller Interface 18 The MIPI I3C HCI (Host Controller Interface) specification defines 19 a common software driver interface to support compliant MIPI I3C 27 https://www.mipi.org/specifications/i3c-hci 31 const: mipi-i3c-hci 46 i3c@a0000000 { 47 compatible = "mipi-i3c-hci";
|
| H A D | aspeed,ast2600-i3c.yaml | 4 $id: http://devicetree.org/schemas/i3c/aspeed,ast2600-i3c.yaml# 7 title: ASPEED AST2600 i3c controller 13 - $ref: i3c.yaml# 17 const: aspeed,ast2600-i3c 41 - description: phandle to i3c global register syscon node 42 - description: index of this i3c controller in the global register set 44 A (phandle, controller index) reference to the i3c global register set 60 i3c@2000 { 61 compatible = "aspeed,ast2600-i3c";
|
| H A D | cdns,i3c-master.yaml | 4 $id: http://devicetree.org/schemas/i3c/cdns,i3c-master.yaml# 7 title: Cadence I3C master block 13 - $ref: i3c.yaml# 18 - const: cdns,i3c-master 21 - axiado,ax3000-i3c 22 - const: cdns,i3c-master 49 i3c@d040000 { 50 compatible = "cdns,i3c-master";
|
| H A D | renesas,i3c.yaml | 4 $id: http://devicetree.org/schemas/i3c/renesas,i3c.yaml# 7 title: Renesas RZ/G3S and RZ/G3E I3C Bus Interface 17 - renesas,r9a08g045-i3c # RZ/G3S 18 - renesas,r9a09g047-i3c # RZ/G3E 104 - $ref: i3c.yaml# 110 const: renesas,r9a08g045-i3c 126 const: renesas,r9a09g047-i3c 145 i3c@1005b000 { 146 compatible = "renesas,r9a08g045-i3c";
|
| H A D | snps,dw-i3c-master.yaml | 4 $id: http://devicetree.org/schemas/i3c/snps,dw-i3c-master.yaml# 7 title: Synopsys DesignWare I3C master block 13 - $ref: i3c.yaml# 17 const: snps,dw-i3c-master-1.00a 50 i3c@2000 { 51 compatible = "snps,dw-i3c-master-1.00a";
|
| /freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx93-9x9-qsb-i3c.dtso | 7 #include <dt-bindings/i3c/i3c.h>
|
| H A D | imx94.dtsi | 227 i3c2: i3c@42520000 { 228 compatible = "silvaco,i3c-master-v1"; 951 i3c1: i3c@44330000 { 952 compatible = "silvaco,i3c-master-v1";
|
| H A D | imx95.dtsi | 691 i3c2: i3c@42520000 { 692 compatible = "nxp,imx95-i3c", "silvaco,i3c-master-v1"; 1279 i3c1: i3c@44330000 { 1280 compatible = "nxp,imx95-i3c", "silvaco,i3c-master-v1";
|
| H A D | imx93.dtsi | 363 i3c1: i3c@44330000 { 364 compatible = "silvaco,i3c-master-v1"; 750 i3c2: i3c@42520000 { 751 compatible = "silvaco,i3c-master-v1";
|
| H A D | imx95-15x15-evk.dts | 8 #include <dt-bindings/i3c/i3c.h>
|
| /freebsd/sys/contrib/device-tree/src/arm64/intel/ |
| H A D | socfpga_agilex5.dtsi | 205 i3c0: i3c@10da0000 { 206 compatible = "snps,dw-i3c-master-1.00a"; 215 i3c1: i3c@10da1000 { 216 compatible = "snps,dw-i3c-master-1.00a";
|
| /freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
| H A D | aspeed-bmc-facebook-harma.dts | 716 "","i3c-cpu-mux0-oe-n", 717 "","i3c-cpu-mux0-select", 719 "","i3c-cpu-mux1-oe-n", 720 "","i3c-cpu-mux1-select",
|
| /freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
| H A D | ti,tmp108.yaml | 17 P3T1085(NXP) support I3C.
|
| /freebsd/sys/contrib/device-tree/src/arm64/xilinx/ |
| H A D | versal-net.dtsi | 515 i3c0: i3c@f1948000 { 516 compatible = "snps,dw-i3c-master-1.00a"; 524 i3c1: i3c@f1958000 { 525 compatible = "snps,dw-i3c-master-1.00a";
|
| /freebsd/sys/contrib/device-tree/Bindings/soc/qcom/ |
| H A D | qcom,sa8255p-geni-se-qup.yaml | 15 like UART, SPI, I2C, I3C, etc. A single QUP module can provide up to 8 Serial
|
| H A D | qcom,geni-se.yaml | 15 like UART, SPI, I2C, I3C, etc. A single QUP module can provide upto 8 Serial
|
| /freebsd/sys/contrib/device-tree/Bindings/iio/imu/ |
| H A D | invensense,icm42600.yaml | 16 It has a configurable host interface that supports I3C, I2C and SPI serial
|
| /freebsd/usr.sbin/pciconf/ |
| H A D | pciconf.c | 735 {PCIC_SERIALBUS, PCIS_SERIALBUS_MIPI_I3C, "MIPI I3C"},
|
| /freebsd/share/misc/ |
| H A D | usb_vendors | 24101 C 3c I3C
|