summaryrefslogtreecommitdiff
path: root/zephyr/projects/corsola/i2c_tentacruel.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/corsola/i2c_tentacruel.dts')
-rw-r--r--zephyr/projects/corsola/i2c_tentacruel.dts38
1 files changed, 0 insertions, 38 deletions
diff --git a/zephyr/projects/corsola/i2c_tentacruel.dts b/zephyr/projects/corsola/i2c_tentacruel.dts
deleted file mode 100644
index a635adcf5c..0000000000
--- a/zephyr/projects/corsola/i2c_tentacruel.dts
+++ /dev/null
@@ -1,38 +0,0 @@
-/* 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 "i2c_krabby_tentacruel.dtsi"
-
-&i2c0 {
- charger: rt9490@53 {
- compatible = "richtek,rt9490";
- status = "okay";
- reg = <0x53>;
- thermistor = <&thermistor_rt9490>;
- };
-};
-
-&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>;
- board-init = "ps8743_eq_c1_setting";
- };
-};