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&i2c1 {
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