summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6q-novena.dts
blob: 554b66fb5ae3aa5b88391cda1a3d90c12493b512 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// SPDX-License-Identifier: GPL-2.0-or-later OR X11
// SPDX-FileCopyrightText: 2023 John Watts <contact@jookia.org>

#include <arm/nxp/imx/imx6q-novena.dts>

/ {
	aliases {
		eeprom0 = &eeprom;
	};
};

&i2c3 {
	eeprom: eeprom@56 {
		compatible = "24c512";
		reg = <0x56>;
		pagesize = <128>;
	};
};