summaryrefslogtreecommitdiff
path: root/zephyr/projects/brya/brya/cbi_eeprom.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/brya/brya/cbi_eeprom.dts')
-rw-r--r--zephyr/projects/brya/brya/cbi_eeprom.dts17
1 files changed, 17 insertions, 0 deletions
diff --git a/zephyr/projects/brya/brya/cbi_eeprom.dts b/zephyr/projects/brya/brya/cbi_eeprom.dts
new file mode 100644
index 0000000000..f584c56afd
--- /dev/null
+++ b/zephyr/projects/brya/brya/cbi_eeprom.dts
@@ -0,0 +1,17 @@
+/* Copyright 2021 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+&i2c7_0 {
+ cbi_eeprom: eeprom@50 {
+ compatible = "atmel,at24";
+ reg = <0x50>;
+ label = "EEPROM_CBI";
+ size = <2048>;
+ pagesize = <16>;
+ address-width = <8>;
+ timeout = <5>;
+ wp-gpios = <&gpio_ec_wp_l>;
+ };
+};