summaryrefslogtreecommitdiff
path: root/zephyr/program/corsola/i2c_magikarp.dtsi
blob: 0dfd317b88ff1837c893fa49ea0a6f53f447880d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/* Copyright 2022 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#include "ite_i2c.dtsi"

&i2c0 {
	charger_bc12_port1: rt9490@53 {
		compatible = "richtek,rt9490";
		status = "okay";
		reg = <0x53>;
		irq = <&int_usb_c1_bc12_charger>;
	};
};

&i2c2 {
	bc12_port0: pi3usb9201@5f {
		compatible = "pericom,pi3usb9201";
		status = "okay";
		reg = <0x5f>;
		irq = <&int_usb_c0_bc12>;
	};
	ppc_port0: syv682x@40 {
		compatible = "silergy,syv682x";
		status = "okay";
		reg = <0x40>;
		frs_en_gpio = <&usb_c0_frs_en>;
	};
};

&i2c4 {
	ps8743_mux_1: ps8743-mux-1@10 {
		compatible = "parade,ps8743";
		reg = <0x10>;
	};
};