1/*
2 * Copyright (c) 2024 Open Pixel Systems
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&flexcomm4 {
8 status = "okay";
9
10 eeprom0: eeprom@50 {
11 reg = <0x50>;
12 size = <256>;
13 compatible = "zephyr,i2c-target-eeprom";
14 status = "okay";
15 };
16};
17