We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8751816 commit ff4e84bCopy full SHA for ff4e84b
tests/drivers/i2c/i2c_slave_api/boards/mec1501modular_assy6885.overlay
@@ -0,0 +1,30 @@
1
+/*
2
+ * Copyright (c) 2020 Intel Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+&i2c_smb_0 {
8
+ eeprom0: eeprom@54 {
9
+ compatible = "atmel,at24";
10
+ reg = <0x54>;
11
+ label = "EEPROM_0";
12
+ size = <1024>;
13
+ pagesize = <16>;
14
+ address-width = <8>;
15
+ timeout = <5>;
16
+ };
17
+};
18
19
20
+&i2c_smb_1 {
21
+ eeprom1: eeprom@56 {
22
23
+ reg = <0x56>;
24
+ label = "EEPROM_1";
25
26
27
28
29
30
0 commit comments