xref: /linux/scripts/dtc/include-prefixes/arm/st/stm32mp15xx-avenger96-overlay-i2c2-eeprom-x6.dtso (revision 0fc8f6200d2313278fbf4539bbab74677c685531)
1// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2/*
3 * Copyright (C) 2020 Marek Vasut
4 */
5/dts-v1/;
6/plugin/;
7
8&i2c2 {
9	#address-cells = <1>;
10	#size-cells = <0>;
11
12	eeprom@56 {
13		compatible = "atmel,24c04";
14		reg = <0x56>;
15		pagesize = <16>;
16	};
17};
18