summaryrefslogtreecommitdiff
path: root/zephyr/projects/herobrine/i2c_herobrine.dts
blob: c72ab99054062746dd58c7a2f1119714303c6f3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* Copyright 2021 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#include "i2c_common.dtsi"

&i2c1_0 {
	tcpc_port0: ps8xxx@b {
		compatible = "parade,ps8xxx";
		reg = <0xb>;
	};
};

&i2c2_0 {
	tcpc_port1: ps8xxx@b {
		compatible = "parade,ps8xxx";
		reg = <0xb>;
	};
};