1/*
2 * Copyright 2024 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8	aliases {
9		ambient-temp0 = &p3t1755_i2c;
10	};
11};
12
13&p3t1755dp_ard_i2c_interface {
14	status = "okay";
15	p3t1755_i2c: p3t1755@48 {
16		compatible = "nxp,p3t1755";
17		reg = <0x48>;
18		oneshot-mode;
19		status = "okay";
20	};
21};
22