Skip to content

Commit ff4e84b

Browse files
rgundinashif
authored andcommitted
tests: i2c_slave_api: Add test for mec1501modular_assy6885 board
This commit adds a DTS overlay file for mec1501modular_assy6885. Signed-off-by: Rajavardhan Gundi <[email protected]>
1 parent 8751816 commit ff4e84b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
compatible = "atmel,at24";
23+
reg = <0x56>;
24+
label = "EEPROM_1";
25+
size = <1024>;
26+
pagesize = <16>;
27+
address-width = <8>;
28+
timeout = <5>;
29+
};
30+
};

0 commit comments

Comments
 (0)