summaryrefslogtreecommitdiff
path: root/zephyr/projects/herobrine/i2c_herobrine.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/herobrine/i2c_herobrine.dts')
-rw-r--r--zephyr/projects/herobrine/i2c_herobrine.dts21
1 files changed, 20 insertions, 1 deletions
diff --git a/zephyr/projects/herobrine/i2c_herobrine.dts b/zephyr/projects/herobrine/i2c_herobrine.dts
index c72ab99054..cab6620394 100644
--- a/zephyr/projects/herobrine/i2c_herobrine.dts
+++ b/zephyr/projects/herobrine/i2c_herobrine.dts
@@ -1,4 +1,4 @@
-/* Copyright 2021 The Chromium OS Authors. All rights reserved.
+/* Copyright 2022 The ChromiumOS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -6,6 +6,19 @@
#include "i2c_common.dtsi"
&i2c1_0 {
+ ppc_port0: sn5s330@40 {
+ compatible = "ti,sn5s330";
+ status = "okay";
+ reg = <0x40>;
+ };
+
+ ppc_port0_alt: syv682x@41 {
+ compatible = "silergy,syv682x";
+ status = "okay";
+ reg = <0x41>;
+ frs_en_gpio = <&gpio_usb_c0_frs_en>;
+ };
+
tcpc_port0: ps8xxx@b {
compatible = "parade,ps8xxx";
reg = <0xb>;
@@ -13,6 +26,12 @@
};
&i2c2_0 {
+ ppc_port1: sn5s330@40 {
+ compatible = "ti,sn5s330";
+ status = "okay";
+ reg = <0x40>;
+ };
+
tcpc_port1: ps8xxx@b {
compatible = "parade,ps8xxx";
reg = <0xb>;