| /freebsd/sys/contrib/device-tree/Bindings/fsi/ | 
| H A D | fsi.txt | 1 FSI bus & engine generic device tree bindings 4 The FSI bus is probe-able, so the OS is able to enumerate FSI slaves, and 6 nodes to probed engines. This allows for fsi engines to expose non-probeable 7 busses, which are then exposed by the device tree. For example, an FSI engine 11 FSI masters may require their own DT nodes (to describe the master HW itself); 13 the fsi-master-* binding specifications. 16 represent the FSI slaves and their slave engines. As a basic outline: 18   fsi-master { 19       /* top-level of FSI bus topology, bound to an FSI master driver and 20        * exposes an FSI bus */ [all …] 
 | 
| H A D | aspeed,ast2600-fsi-master.yaml | 4 $id: http://devicetree.org/schemas/fsi/aspeed,ast2600-fsi-master.yaml# 7 title: Aspeed FSI master 13   The AST2600 and later contain two identical FSI masters. They share a 19       - aspeed,ast2600-fsi-master 20       - aspeed,ast2700-fsi-master 30   fsi-routing-gpios: 33       Output GPIO pin for setting the FSI mux (internal or cabled) 35   fsi-mux-gpios: 38       Input GPIO pin for detecting the desired FSI mux state 48           - aspeed,ast2600-fsi-master [all …] 
 | 
| H A D | ibm,p9-fsi-controller.yaml | 4 $id: http://devicetree.org/schemas/fsi/ibm,p9-fsi-controller.yaml# 7 title: IBM FSI-attached FSI Hub Controller 13   The FSI Hub Controller is an FSI controller, providing a number of FSI links, 14   located on a CFAM. Therefore this node will always be a child of an FSI CFAM 20       - ibm,p9-fsi-controller 24       - description: FSI slave address 27   - $ref: fsi-controller.yaml# 33     fsi@3400 { 34         compatible = "ibm,p9-fsi-controller";
  | 
| H A D | fsi-master-aspeed.txt | 1 Device-tree bindings for AST2600 FSI master 4 The AST2600 contains two identical FSI masters. They share a clock and have a 8  - compatible: "aspeed,ast2600-fsi-master" 18  - fsi-routing-gpios: GPIO for setting the FSI mux (internal or cabled) 19  - fsi-mux-gpios: GPIO for detecting the desired FSI mux state 24     fsi-master { 25         compatible = "aspeed,ast2600-fsi-master", "fsi-master"; 32 	fsi-routing-gpios = <&gpio0 ASPEED_GPIO(Q, 7) GPIO_ACTIVE_HIGH>; 33 	fsi-mux-gpios = <&gpio0 ASPEED_GPIO(B, 0) GPIO_ACTIVE_HIGH>;
  | 
| H A D | ibm,i2cr-fsi-master.yaml | 4 $id: http://devicetree.org/schemas/fsi/ibm,i2cr-fsi-master.yaml# 7 title: IBM I2C Responder virtual FSI master 13   The I2C Responder (I2CR) is a an I2C device that's connected to an FSI CFAM 14   (see fsi.txt). The I2CR translates I2C bus operations to FSI CFAM reads and 15   writes or SCOM operations, thereby acting as an FSI master. 20       - ibm,i2cr-fsi-master 30   - $ref: fsi-controller.yaml# 41         compatible = "ibm,i2cr-fsi-master";
  | 
| H A D | fsi-master-ast-cf.txt | 1 Device-tree bindings for ColdFire offloaded gpio-based FSI master driver 6 	"aspeed,ast2400-cf-fsi-master" for an AST2400 based system 8 	"aspeed,ast2500-cf-fsi-master" for an AST2500 based system 10  - clock-gpios = <gpio-descriptor>;	: GPIO for FSI clock 11  - data-gpios = <gpio-descriptor>;	: GPIO for FSI data signal 15                                           functions (eg, external FSI masters) 24     fsi-master { 25         compatible = "aspeed,ast2500-cf-fsi-master", "fsi-master";
  | 
| H A D | fsi-master-gpio.txt | 1 Device-tree bindings for gpio-based FSI master driver 5  - compatible = "fsi-master-gpio"; 6  - clock-gpios = <gpio-descriptor>;	: GPIO for FSI clock 7  - data-gpios = <gpio-descriptor>;	: GPIO for FSI data signal 13                                           functions (eg, external FSI masters) 21     fsi-master { 22         compatible = "fsi-master-gpio", "fsi-master";
  | 
| H A D | ibm,fsi2spi.yaml | 4 $id: http://devicetree.org/schemas/fsi/ibm,fsi2spi.yaml# 7 title: IBM FSI-attached SPI controllers 13   This binding describes an FSI CFAM engine called the FSI2SPI. Therefore this 14   node will always be a child of an FSI CFAM node. This FSI2SPI engine provides 24       - description: FSI slave address 35     $ref: /schemas/spi/ibm,spi-fsi.yaml 52             compatible = "ibm,spi-fsi";
  | 
| H A D | ibm,p9-sbefifo.yaml | 4 $id: http://devicetree.org/schemas/fsi/ibm,p9-sbefifo.yaml# 7 title: IBM FSI-attached SBEFIFO engine 13   The SBEFIFO is an FSI CFAM engine that provides an interface to the 15   of an FSI CFAM node. 25       - description: FSI slave address 39     fsi-slave-engine@2400 {
  | 
| H A D | fsi-controller.yaml | 4 $id: http://devicetree.org/schemas/fsi/fsi-controller.yaml# 7 title: FSI Controller Common Properties 13   FSI (FRU (Field Replaceable Unit) Service Interface) is a two wire bus. The 14   FSI bus is connected to a CFAM (Common FRU Access Macro) which contains 36       The FSI controller cannot scan the bus during initialization.
  | 
| H A D | ibm,p9-occ.txt | 1 Device-tree bindings for FSI-attached POWER9/POWER10 On-Chip Controller (OCC) 4 This is the binding for the P9 or P10 On-Chip Controller accessed over FSI from 5 a service processor. See fsi.txt for details on bindings for FSI slave and CFAM 6 nodes. The OCC is not an FSI slave device itself, rather it is accessed
  | 
| H A D | ibm,p9-scom.yaml | 4 $id: http://devicetree.org/schemas/fsi/ibm,p9-scom.yaml# 7 title: IBM FSI-attached SCOM engine 14   Interconnect Bus). This node will always be a child of an FSI CFAM node. 24       - description: FSI slave address
  | 
| H A D | ibm,p9-occ.yaml | 4 $id: http://devicetree.org/schemas/fsi/ibm,p9-occ.yaml# 7 title: IBM FSI-attached On-Chip Controller (OCC) 14   thermals for the system, accessed through the FSI-attached SBEFIFO
  | 
| /freebsd/sys/contrib/device-tree/src/arm/aspeed/ | 
| H A D | ibm-power11-quad.dtsi | 143 			compatible = "ibm,i2c-fsi"; 153 				fsi@20 { 154 					compatible = "ibm,i2cr-fsi-master"; 183 				fsi@20 { 184 					compatible = "ibm,i2cr-fsi-master"; 213 				fsi@20 { 214 					compatible = "ibm,i2cr-fsi-master"; 243 				fsi@20 { 244 					compatible = "ibm,i2cr-fsi-master"; 273 				fsi@20 { [all …] 
 | 
| H A D | aspeed-bmc-ibm-fuji.dts | 2481 			compatible = "ibm,i2c-fsi"; 2491 				fsi@20 { 2492 					compatible = "ibm,i2cr-fsi-master"; 2521 				fsi@20 { 2522 					compatible = "ibm,i2cr-fsi-master"; 2551 				fsi@20 { 2552 					compatible = "ibm,i2cr-fsi-master"; 2581 				fsi@20 { 2582 					compatible = "ibm,i2cr-fsi-master"; 2611 				fsi@20 { [all …] 
 | 
| H A D | aspeed-bmc-opp-nicole.dts | 79 	fsi: gpio-fsi {  label 80 		compatible = "aspeed,ast2500-cf-fsi-master", "fsi-master"; 219 	/*A0-A7*/	"","cfam-reset","","","","","fsi-mux","", 222 	/*D0-D7*/	"fsi-enable","bmc_power_up","sys_pwrok_buf", 235 	/*P0-P7*/	"","fsi-trans","pm_rtc_adc_en","","","","","", 246 	/*AA0-AA7*/	"fsi-clock","led-attention","fsi-data","led-fault",
  | 
| H A D | aspeed-bmc-opp-romulus.dts | 70 	fsi: gpio-fsi {  label 71 		compatible = "aspeed,ast2500-cf-fsi-master", "fsi-master"; 235 	/*A0-A7*/	"","cfam-reset","","","","","fsi-mux","", 238 	/*D0-D7*/	"fsi-enable","","","nic_func_mode0","nic_func_mode1","","","", 253 	/*R0-R7*/	"","","fsi-trans","","","led-power","","", 262 	/*AA0-AA7*/	"fsi-clock","","fsi-data","","","","","",
  | 
| H A D | ibm-power9-dual.dtsi | 4 &fsi { 17 			compatible = "ibm,fsi-i2c-master"; 95 			compatible = "fsi-master-hub"; 118 			compatible = "ibm,fsi-i2c-master"; 196 			compatible = "fsi-master-hub";
  | 
| H A D | aspeed-bmc-opp-zaius.dts | 98 	fsi: gpio-fsi {  label 99 		compatible = "fsi-master-gpio", "fsi-master"; 483 	/*D0-D7*/	"fsi-enable","","","","","led-sys-boot-status","led-attention", 487 	/*G0-G7*/	"fsi-clock","fsi-data","","","","","","", 495 	/*O0-O7*/	"","","","","iso_u164_en","","fsi-trans","", 497 				"","fsi-mux","",
  | 
| H A D | aspeed-bmc-opp-palmetto.dts | 57 	fsi: gpio-fsi {  label 58 		compatible = "aspeed,ast2400-cf-fsi-master", "fsi-master"; 353 &fsi { 366 			compatible = "ibm,fsi-master-hub";
  | 
| H A D | aspeed-bmc-opp-witherspoon.dts | 175 	fsi: gpio-fsi {  label 176 		compatible = "fsi-master-gpio", "fsi-master"; 202 	/*A0-A7*/	"","cfam-reset","","","","","fsi-mux","", 205 	/*D0-D7*/	"fsi-enable","","","","","","","", 206 	/*E0-E7*/	"fsi-data","","","","","","","", 220 	/*R0-R7*/	"","","fsi-trans","","","power-button","","", 229 	/*AA0-AA7*/	"fsi-clock","","","","","","","",
  | 
| /freebsd/sys/contrib/device-tree/Bindings/sound/ | 
| H A D | renesas,fsi.yaml | 4 $id: http://devicetree.org/schemas/sound/renesas,fsi.yaml# 7 title: Renesas FIFO-buffered Serial Interface (FSI) 50   "^fsi(a|b),spdif-connection$": 52     description: FSI is connected by S/PDIF 54   "^fsi(a|b),stream-mode-support$": 56     description: FSI supports 16bit stream mode 58   "^fsi(a|b),use-internal-clock$": 60     description: FSI uses internal clock when master mode
  | 
| /freebsd/sys/contrib/device-tree/Bindings/i2c/ | 
| H A D | ibm,i2c-fsi.yaml | 4 $id: http://devicetree.org/schemas/i2c/ibm,i2c-fsi.yaml# 7 title: IBM FSI-attached I2C controller 13   This I2C controller is an FSI CFAM engine, providing access to a number of 14   I2C busses. Therefore this node will always be a child of an FSI CFAM node. 19       - ibm,i2c-fsi 23       - description: FSI slave address 55         compatible = "ibm,i2c-fsi";
  | 
| H A D | i2c-fsi.txt | 1 Device-tree bindings for FSI-attached I2C master and busses 5  - compatible = "ibm,i2c-fsi"; 6  - reg = < address size >;		: The FSI CFAM address and address 24         compatible = "ibm,i2c-fsi";
  | 
| /freebsd/sys/contrib/device-tree/Bindings/spi/ | 
| H A D | ibm,spi-fsi.yaml | 4 $id: http://devicetree.org/schemas/spi/ibm,spi-fsi.yaml# 7 title: IBM FSI-attached SPI Controller 13   A SPI controller found on IBM Power processors, accessed over FSI from a 20       - ibm,spi-fsi 36     fsi { 41             compatible = "ibm,spi-fsi";
  |