summaryrefslogtreecommitdiff
path: root/zephyr/projects/skyrim/skyrim.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/skyrim/skyrim.dts')
-rw-r--r--zephyr/projects/skyrim/skyrim.dts22
1 files changed, 20 insertions, 2 deletions
diff --git a/zephyr/projects/skyrim/skyrim.dts b/zephyr/projects/skyrim/skyrim.dts
index 908eb05dc8..818c2d3e43 100644
--- a/zephyr/projects/skyrim/skyrim.dts
+++ b/zephyr/projects/skyrim/skyrim.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.
*/
@@ -20,7 +20,7 @@
temp_host_halt = <105>;
temp_host_release_high = <80>;
temp_host_release_halt = <80>;
- temp_fan_off = <0>;
+ temp_fan_off = <35>;
temp_fan_max = <70>;
power-good-pin = <&gpio_pg_pwr_s5>;
};
@@ -142,6 +142,19 @@
0 0 1>;
};
};
+
+ ppc_port0: aoz1380 {
+ compatible = "aoz,aoz1380";
+ status = "okay";
+ };
+};
+
+&i2c1_0 {
+ ppc_port1: nx20p348x@71 {
+ compatible = "nxp,nx20p348x";
+ status = "okay";
+ reg = <0x71>;
+ };
};
&i2c4_1 {
@@ -154,4 +167,9 @@
&usbc_port0 {
chg_alt = <&alt_charger>;
+ ppc = <&ppc_port0>;
+};
+
+&usbc_port1 {
+ ppc = <&ppc_port1>;
};