/Linux-v6.1/arch/arm/boot/dts/ |
D | lpc4337-ciaa.dts | 177 compatible = "microchip,24c512", "atmel,24c512"; 182 compatible = "microchip,24c02", "atmel,24c02"; 187 compatible = "microchip,24c512", "atmel,24c512";
|
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"; 251 compatible = "atmel,24c512";
|
D | at91sam9260ek.dts | 168 24c512@50 { 169 compatible = "atmel,24c512";
|
D | at91sam9263ek.dts | 213 atmel,vbus-gpio = <&pioA 24 GPIO_ACTIVE_HIGH 256 24c512@50 { 257 compatible = "atmel,24c512";
|
D | at91sam9g20ek_common.dtsi | 223 24c512@50 { 224 compatible = "atmel,24c512";
|
D | ls1021a-qds.dts | 149 compatible = "atmel,24c512"; 154 compatible = "atmel,24c512";
|
D | lpc4357-myd-lpc4357.dts | 519 compatible = "atmel,24c512";
|
/Linux-v6.1/Documentation/i2c/ |
D | slave-eeprom-backend.rst | 12 The following types are available: 24c02, 24c32, 24c64, and 24c512. Read-only 16 24c02, read/write, address 0x64: 17 # echo slave-24c02 0x1064 > /sys/bus/i2c/devices/i2c-1/new_device 19 24c512, read-only, address 0x42: 20 # echo slave-24c512ro 0x1042 > /sys/bus/i2c/devices/i2c-1/new_device
|
/Linux-v6.1/arch/powerpc/boot/dts/fsl/ |
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";
|
D | mvme2500.dts | 44 compatible = "atmel,24c64"; 49 compatible = "atmel,24c512"; 54 compatible = "atmel,24c512"; 59 compatible = "atmel,24c02";
|
D | t208xqds.dtsi | 150 compatible = "atmel,24c512"; 155 compatible = "atmel,24c02"; 160 compatible = "atmel,24c02"; 177 compatible = "atmel,24c02";
|
/Linux-v6.1/arch/arm64/boot/dts/freescale/ |
D | fsl-ls1088a-qds.dts | 98 compatible = "atmel,24c512"; 103 compatible = "atmel,24c512";
|
D | fsl-ls1043a-rdb.dts | 50 compatible = "atmel,24c512"; 55 compatible = "atmel,24c512";
|
D | fsl-ls1043a-qds.dts | 135 compatible = "atmel,24c512"; 140 compatible = "atmel,24c512";
|
D | fsl-ls1046a-qds.dts | 128 compatible = "atmel,24c512"; 133 compatible = "atmel,24c512";
|
D | fsl-ls1028a-qds.dts | 314 compatible = "atmel,24c512"; 319 compatible = "atmel,24c512";
|
D | fsl-lx2160a-cex7.dtsi | 43 qca,smarteee-tw-us-1g = <24>; 69 compatible = "atmel,24c512"; 84 compatible = "atmel,24c02";
|
/Linux-v6.1/Documentation/devicetree/bindings/misc/ |
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";
|
/Linux-v6.1/drivers/misc/eeprom/ |
D | Kconfig | 15 ones like at24c64, 24lc02 or fm24c04: 17 24c00, 24c01, 24c02, spd (readonly 24c02), 24c04, 24c08, 18 24c16, 24c32, 24c64, 24c128, 24c256, 24c512, 24c1024, 24c2048 21 you configure as a 24c32 (32 kbit) or larger is NOT really a 22 24c16 (16 kbit) or smaller, and vice versa. Marking the chip 29 supported (24c16 and below, max 4 kByte).
|
D | at24.c | 34 /* Take always 8 addresses (24c00). */ 46 * MicroChip 24LC, etc) won't much matter for typical read/write access. 48 * would be the PCF8570, which acts like a 24c02 EEPROM (256 bytes). 58 * "SPD" data for DRAM sticks. Those only use 24c02 EEPROMs.) 66 * that this one handles write access and isn't restricted to 24c02 devices. 176 /* spd is a 24c02 in memory DIMMs */ 179 /* 24c02_vaio is a 24c02 on some Sony laptops */ 186 /* 24rf08 quirk is handled at i2c-core */ 205 /* identical to 24c08 ? */ 209 { "24c00", (kernel_ulong_t)&at24_data_24c00 }, [all …]
|
D | idt_89hpesx.c | 1426 { "24c32", 4096}, 1427 { "24c64", 8192}, 1428 { "24c128", 16384}, 1429 { "24c256", 32768}, 1430 { "24c512", 65536},
|
/Linux-v6.1/Documentation/devicetree/bindings/eeprom/ |
D | at24.yaml | 17 pattern: "^atmel,(24(c|cs|mac)[0-9]+|spd)$" 36 … - pattern: "^(atmel|catalyst|microchip|nxp|ramtron|renesas|rohm|st),(24(c|cs|lc|mac)[0-9]+|spd)$" 37 - pattern: "^atmel,(24(c|cs|mac)[0-9]+|spd)$" 82 pattern: c512$ 105 - const: atmel,24c01 110 - const: atmel,24c02 115 - const: atmel,24c04 118 - const: atmel,24c16 121 - const: atmel,24c32 126 - const: atmel,24c128 [all …]
|
/Linux-v6.1/Documentation/misc-devices/ |
D | eeprom.rst | 28 24C01 1K 0x50 (shadows at 0x51 - 0x57) 29 24C01A 1K 0x50 - 0x57 (Typical device on DIMMs) 30 24C02 2K 0x50 - 0x57 31 24C04 4K 0x50, 0x52, 0x54, 0x56 33 24C08 8K 0x50, 0x54 (additional data at 0x51, 0x52, 35 24C16 16K 0x50 (additional data at 0x51 - 0x57) 42 Microchip 24AA52 2K 0x50 - 0x57, SW write protect at 0x30-37 60 24Cxx, and are listed above; however the numbering for these 67 DIMMS will typically contain a 24C01A or 24C02, or the 34C02 variants. 71 DDC Monitors may contain any device. Often a 24C01, which responds to all 8 [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/i2c/ |
D | atmel,at91sam-i2c.yaml | 113 compatible = "atmel,24c512"; 142 compatible = "atmel,24c02";
|
/Linux-v6.1/drivers/i2c/ |
D | i2c-slave-eeprom.c | 193 { "slave-24c02", I2C_SLAVE_DEVICE_MAGIC(2048 / 8, 0) }, 194 { "slave-24c02ro", I2C_SLAVE_DEVICE_MAGIC(2048 / 8, I2C_SLAVE_FLAG_RO) }, 195 { "slave-24c32", I2C_SLAVE_DEVICE_MAGIC(32768 / 8, I2C_SLAVE_FLAG_ADDR16) }, 196 { "slave-24c32ro", I2C_SLAVE_DEVICE_MAGIC(32768 / 8, I2C_SLAVE_FLAG_ADDR16 | I2C_SLAVE_FLAG_RO) }, 197 { "slave-24c64", I2C_SLAVE_DEVICE_MAGIC(65536 / 8, I2C_SLAVE_FLAG_ADDR16) }, 198 { "slave-24c64ro", I2C_SLAVE_DEVICE_MAGIC(65536 / 8, I2C_SLAVE_FLAG_ADDR16 | I2C_SLAVE_FLAG_RO) }, 199 { "slave-24c512", I2C_SLAVE_DEVICE_MAGIC(524288 / 8, I2C_SLAVE_FLAG_ADDR16) }, 200 …{ "slave-24c512ro", I2C_SLAVE_DEVICE_MAGIC(524288 / 8, I2C_SLAVE_FLAG_ADDR16 | I2C_SLAVE_FLAG_RO) …
|