summaryrefslogtreecommitdiff
path: root/zephyr/projects/skyrim/usbc.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/skyrim/usbc.dts')
-rw-r--r--zephyr/projects/skyrim/usbc.dts18
1 files changed, 2 insertions, 16 deletions
diff --git a/zephyr/projects/skyrim/usbc.dts b/zephyr/projects/skyrim/usbc.dts
index 966ef1296c..5cfab0a4c8 100644
--- a/zephyr/projects/skyrim/usbc.dts
+++ b/zephyr/projects/skyrim/usbc.dts
@@ -3,8 +3,6 @@
* found in the LICENSE file.
*/
- #include <dt-bindings/usb_pd_tcpm.h>
-
/ {
usbc {
#address-cells = <1>;
@@ -14,13 +12,7 @@
compatible = "named-usbc-port";
reg = <0>;
bc12 = <&bc12_port0>;
- tcpc {
- compatible = "nuvoton,nct38xx";
- gpio-dev = <&nct3807_C0>;
- port = <&i2c_tcpc0>;
- i2c-addr-flags = "NCT38XX_I2C_ADDR1_1_FLAGS";
- tcpc-flags = <(TCPC_FLAGS_TCPCI_REV2_0)>;
- };
+ tcpc = <&tcpc_port0>;
chg {
compatible = "intersil,isl9241";
status = "okay";
@@ -32,13 +24,7 @@
compatible = "named-usbc-port";
reg = <1>;
bc12 = <&bc12_port1>;
- tcpc {
- compatible = "nuvoton,nct38xx";
- gpio-dev = <&nct3807_C1>;
- port = <&i2c_tcpc1>;
- i2c-addr-flags = "NCT38XX_I2C_ADDR1_1_FLAGS";
- tcpc-flags = <(TCPC_FLAGS_TCPCI_REV2_0)>;
- };
+ tcpc = <&tcpc_port1>;
};
};
};