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