1/*
2 * Copyright (c) 2023 Alvaro Garcia Gomez <maxpowel@gmail.com>
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&i2c0 {
8	status = "okay";
9	compatible = "nordic,nrf-twim";
10	pinctrl-0 = <&i2c0_default>;
11	pinctrl-1 = <&i2c0_sleep>;
12	pinctrl-names = "default", "sleep";
13	max17048:max17048@36 {
14		compatible = "maxim,max17048";
15		status = "ok";
16		reg = <0x36 >;
17	};
18};
19