summaryrefslogtreecommitdiff
path: root/zephyr/projects/corsola/i2c_krabby.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/corsola/i2c_krabby.dts')
-rw-r--r--zephyr/projects/corsola/i2c_krabby.dts17
1 files changed, 16 insertions, 1 deletions
diff --git a/zephyr/projects/corsola/i2c_krabby.dts b/zephyr/projects/corsola/i2c_krabby.dts
index dc24f81d77..c27ad04245 100644
--- a/zephyr/projects/corsola/i2c_krabby.dts
+++ b/zephyr/projects/corsola/i2c_krabby.dts
@@ -45,7 +45,7 @@
};
};
-i2c_pwr_cbi: &i2c0 {
+&i2c0 {
/* EC_I2C_PWR_CBI */
label = "I2C_PWR_CBI";
status = "okay";
@@ -59,6 +59,15 @@ i2c_pwr_cbi: &i2c0 {
status = "okay";
reg = <0x53>;
};
+
+ cbi_eeprom: eeprom@50 {
+ compatible = "atmel,at24";
+ reg = <0x50>;
+ size = <2048>;
+ pagesize = <16>;
+ address-width = <8>;
+ timeout = <5>;
+ };
};
&i2c1 {
@@ -123,10 +132,16 @@ i2c_pwr_cbi: &i2c0 {
reg = <0x53>;
irq = <&int_usb_c1_bc12_charger>;
};
+
ppc_port1: syv682x@40 {
compatible = "silergy,syv682x";
status = "okay";
reg = <0x40>;
frs_en_gpio = <&gpio_ec_x_gpio1>;
};
+
+ tusb1064_mux_1: tusb1064-mux-1@44 {
+ compatible = "ti,tusb1064";
+ reg = <0x44>;
+ };
};