summaryrefslogtreecommitdiff
path: root/zephyr/projects/skyrim/winterhold.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/skyrim/winterhold.dts')
-rw-r--r--zephyr/projects/skyrim/winterhold.dts26
1 files changed, 25 insertions, 1 deletions
diff --git a/zephyr/projects/skyrim/winterhold.dts b/zephyr/projects/skyrim/winterhold.dts
index accdfea218..dd6639d9a9 100644
--- a/zephyr/projects/skyrim/winterhold.dts
+++ b/zephyr/projects/skyrim/winterhold.dts
@@ -1,4 +1,4 @@
-/* Copyright 2021 The Chromium OS Authors. All rights reserved.
+/* Copyright 2021 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -119,3 +119,27 @@
};
};
};
+
+&i2c0_0 {
+ ppc_port0: nx20p348x@71 {
+ compatible = "nxp,nx20p348x";
+ status = "okay";
+ reg = <0x71>;
+ };
+};
+
+&i2c1_0 {
+ ppc_port1: nx20p348x@71 {
+ compatible = "nxp,nx20p348x";
+ status = "okay";
+ reg = <0x71>;
+ };
+};
+
+&usbc_port0 {
+ ppc = <&ppc_port0>;
+};
+
+&usbc_port1 {
+ ppc = <&ppc_port1>;
+};