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

#include "i2c_krabby_tentacruel.dtsi"

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

&i2c4 {
	tusb1064_mux_1: tusb1064-mux-1@44 {
		compatible = "ti,tusb1064";
		reg = <0x44>;
		board-init = "tusb1064_mux_1_board_init";
	};
};