summaryrefslogtreecommitdiff
path: root/zephyr/projects/intelrvp/adlrvp/adlrvp_npcx/bb_retimer.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/intelrvp/adlrvp/adlrvp_npcx/bb_retimer.dts')
-rw-r--r--zephyr/projects/intelrvp/adlrvp/adlrvp_npcx/bb_retimer.dts60
1 files changed, 0 insertions, 60 deletions
diff --git a/zephyr/projects/intelrvp/adlrvp/adlrvp_npcx/bb_retimer.dts b/zephyr/projects/intelrvp/adlrvp/adlrvp_npcx/bb_retimer.dts
deleted file mode 100644
index 5127bbc8ad..0000000000
--- a/zephyr/projects/intelrvp/adlrvp/adlrvp_npcx/bb_retimer.dts
+++ /dev/null
@@ -1,60 +0,0 @@
-/* Copyright 2022 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.
- */
-
-&i2c0_0 {
- status = "okay";
- clock-frequency = <I2C_BITRATE_FAST>;
- pinctrl-0 = <&i2c0_0_sda_scl_gpb4_b5>;
- pinctrl-names = "default";
-
- usb_c0_bb_retimer: jhl8040r@56 {
- compatible = "intel,jhl8040r";
- reg = <0x56>;
- label = "USB_C0_BB_RETIMER";
- reset-pin = <&usb_c0_bb_retimer_rst>;
- };
-};
-
-&i2c2_0 {
- status = "okay";
- clock-frequency = <I2C_BITRATE_FAST>;
- pinctrl-0 = <&i2c2_0_sda_scl_gp91_92>;
- pinctrl-names = "default";
-
- usb_c1_bb_retimer: jhl8040r@57 {
- compatible = "intel,jhl8040r";
- reg = <0x57>;
- label = "USB_C1_BB_RETIMER";
- reset-pin = <&usb_c1_bb_retimer_rst>;
- };
-};
-
-&i2c1_0 {
- status = "okay";
- clock-frequency = <I2C_BITRATE_FAST>;
- pinctrl-0 = <&i2c1_0_sda_scl_gp87_90>;
- pinctrl-names = "default";
-
- usb_c2_bb_retimer: jhl8040r@58 {
- compatible = "intel,jhl8040r";
- reg = <0x58>;
- label = "USB_C2_BB_RETIMER";
- reset-pin = <&usb_c2_bb_retimer_rst>;
- };
-};
-
-&i2c3_0 {
- status = "okay";
- clock-frequency = <I2C_BITRATE_FAST>;
- pinctrl-0 = <&i2c3_0_sda_scl_gpd0_d1>;
- pinctrl-names = "default";
-
- usb_c3_bb_retimer: jhl8040r@59 {
- compatible = "intel,jhl8040r";
- reg = <0x59>;
- label = "USB_C3_BB_RETIMER";
- reset-pin = <&usb_c3_bb_retimer_rst>;
- };
-};