summaryrefslogtreecommitdiff
path: root/docs/zephyr/zephyr_eeprom.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/zephyr/zephyr_eeprom.md')
-rw-r--r--docs/zephyr/zephyr_eeprom.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/zephyr/zephyr_eeprom.md b/docs/zephyr/zephyr_eeprom.md
index f18669fd75..9bc2f8b092 100644
--- a/docs/zephyr/zephyr_eeprom.md
+++ b/docs/zephyr/zephyr_eeprom.md
@@ -41,7 +41,6 @@ An example definition of the Atmel AT24 is:
cbi_eeprom: eeprom@50 {
compatible = "atmel,at24";
reg = <0x50>;
- label = "EEPROM_CBI";
size = <2048>;
pagesize = <16>;
address-width = <8>;