/freebsd/sys/contrib/device-tree/src/arm/nxp/lpc/ |
H A D | lpc4337-ciaa.dts | 177 compatible = "microchip,24c512", "atmel,24c512"; 182 compatible = "microchip,24c02", "atmel,24c02"; 187 compatible = "microchip,24c512", "atmel,24c512";
|
H A D | lpc4357-myd-lpc4357.dts | 519 compatible = "atmel,24c512";
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-bmc-inventec-transformers.dts | 132 compatible = "atmel,24c512"; 175 compatible = "atmel,24c512"; 181 compatible = "atmel,24c512"; 227 compatible = "atmel,24c512"; 239 compatible = "atmel,24c512"; [all...] |
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/ |
H A D | t1024qds.dts | 166 compatible = "atmel,24c512"; 171 compatible = "atmel,24c02"; 176 compatible = "atmel,24c02"; 211 compatible = "atmel,24c02"; 216 compatible = "atmel,24c512"; 221 compatible = "atmel,24c512";
|
H A D | mvme2500.dts | 44 compatible = "atmel,24c64"; 49 compatible = "atmel,24c512"; 54 compatible = "atmel,24c512"; 59 compatible = "atmel,24c02";
|
H A D | t208xqds.dtsi | 150 compatible = "atmel,24c512"; 155 compatible = "atmel,24c02"; 160 compatible = "atmel,24c02"; 177 compatible = "atmel,24c02";
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-at91.txt | 49 24c512@50 { 50 compatible = "atmel,24c512";
|
H A D | atmel,at91sam-i2c.yaml | 113 compatible = "atmel,24c512"; 142 compatible = "atmel,24c02";
|
/freebsd/sys/contrib/device-tree/src/arm/microchip/ |
H A D | at91sam9260ek.dts | 168 24c512@50 { 169 compatible = "atmel,24c512";
|
H A D | at91sam9263ek.dts | 213 atmel,vbus-gpio = <&pioA 24 GPIO_ACTIVE_HIGH 256 24c512@50 { 257 compatible = "atmel,24c512";
|
H A D | at91sam9g20ek_common.dtsi | 223 24c512@50 { 224 compatible = "atmel,24c512";
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | fsl-ls1088a-qds.dts | 98 compatible = "atmel,24c512"; 103 compatible = "atmel,24c512";
|
H A D | fsl-ls1043a-rdb.dts | 50 compatible = "atmel,24c512"; 55 compatible = "atmel,24c512";
|
H A D | fsl-ls1043a-qds.dts | 135 compatible = "atmel,24c512"; 140 compatible = "atmel,24c512";
|
H A D | fsl-ls1046a-qds.dts | 128 compatible = "atmel,24c512"; 133 compatible = "atmel,24c512";
|
H A D | fsl-ls1028a-qds.dts | 314 compatible = "atmel,24c512"; 319 compatible = "atmel,24c512";
|
H A D | fsl-lx2160a-cex7.dtsi | 43 qca,smarteee-tw-us-1g = <24>; 69 compatible = "atmel,24c512"; 84 compatible = "atmel,24c02";
|
/freebsd/sys/contrib/device-tree/Bindings/misc/ |
H A D | idt_89hpesx.txt | 23 - compatible: There are five EEPROM devices supported: 24c32, 24c64, 24c128, 24 24c256 and 24c512 differed by size. 39 compatible = "onsemi,24c64";
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/ls/ |
H A D | ls1021a-qds.dts | 149 compatible = "atmel,24c512"; 154 compatible = "atmel,24c512";
|
/freebsd/sys/contrib/device-tree/src/arm64/ti/ |
H A D | k3-am68-sk-som.dtsi | 150 compatible = "atmel,24c512";
|
H A D | k3-am69-sk.dts | 638 compatible = "atmel,24c512";
|
H A D | k3-am62x-sk-common.dtsi | 324 compatible = "atmel,24c512";
|
H A D | k3-am642-sk.dts | 403 compatible = "atmel,24c512";
|
/freebsd/sys/contrib/device-tree/Bindings/eeprom/ |
H A D | at24.yaml | 21 pattern: "^atmel,(24(c|cs|mac)[0-9]+|spd)$" 40 - pattern: "^(atmel|catalyst|microchip|nxp|ramtron|renesas|rohm|st),(24(c|cs|lc|mac)[0-9]+|spd)$" 41 - pattern: "^atmel,(24(c|cs|mac)[0-9]+|spd)$" 90 pattern: c512$ 111 - const: atmel,24c16 116 - const: atmel,24c01 121 - const: atmel,24c02 127 - const: atmel,24c04 130 - const: atmel,24c16 133 - const: atmel,24c3 [all...] |
/freebsd/sys/dev/iicbus/ |
H A D | icee.c | 97 {"atmel,24c01", (uintptr_t)(&type_desc[0])}, 98 {"atmel,24c02", (uintptr_t)(&type_desc[1])}, 99 {"atmel,24c04", (uintptr_t)(&type_desc[2])}, 100 {"atmel,24c08", (uintptr_t)(&type_desc[3])}, 101 {"atmel,24c16", (uintptr_t)(&type_desc[4])}, 102 {"atmel,24c32", (uintptr_t)(&type_desc[5])}, 103 {"atmel,24c64", (uintptr_t)(&type_desc[6])}, 104 {"atmel,24c128", (uintptr_t)(&type_desc[7])}, 105 {"atmel,24c256", (uintptr_t)(&type_desc[8])}, 106 {"atmel,24c512", (uintptr_t)(&type_desc[9])}, [all …]
|