summaryrefslogtreecommitdiff
path: root/zephyr/program/rex/rex.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/rex/rex.dtsi')
-rw-r--r--zephyr/program/rex/rex.dtsi25
1 files changed, 25 insertions, 0 deletions
diff --git a/zephyr/program/rex/rex.dtsi b/zephyr/program/rex/rex.dtsi
index 28f719d356..83d10b95d1 100644
--- a/zephyr/program/rex/rex.dtsi
+++ b/zephyr/program/rex/rex.dtsi
@@ -253,6 +253,17 @@
*/
rst-gpios = <&gpio7 4 (GPIO_OPEN_DRAIN | GPIO_ACTIVE_LOW)>;
};
+
+ rt1716_tcpc_port1: rt1716@4e {
+ compatible = "richtek,rt1715-tcpc";
+ reg = <0x4e>;
+ /* a duplicate of the <&gpio_usb_c1_tcpc_int_odl> node in
+ * "named-gpios". This is the Zephyr preferred style,
+ * the "named-gpios" node will be dealt with at a later date.
+ */
+ irq-gpios = <&gpio3 4 GPIO_ACTIVE_LOW>;
+ is-alt;
+ };
};
&i2c5_0 {
@@ -282,6 +293,20 @@
status = "okay";
reg = <0x72>;
};
+
+ ppc_port1_syv: ppc_syv@40 {
+ compatible = "silergy,syv682x";
+ status = "okay";
+ reg = <0x40>;
+ frs_en_gpio = <&gpio_usb_c1_frs_en>;
+ is-alt;
+ };
+
+ usb_c1_anx7452_retimer: usb-c1-anx7452-retimer@10{
+ compatible = "analogix,anx7452";
+ reg = <0x10>;
+ usb-en-pin = <&gpio_usb_c1_rt_rst_r_odl>;
+ };
};
&i2c7_0 {