1/* 2 * Copyright 2021 Google LLC 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7&i2c0 { 8 mcp7940n: mcp7940n@0 { 9 compatible = "microchip,mcp7940n"; 10 reg = <0x0>; 11 }; 12}; 13 14/ { 15 ite8xxx2: ite8xxx2@0 { 16 #address-cells = <1>; 17 #size-cells = <1>; 18 compatible = "ite,it8xxx2-bbram"; 19 status = "okay"; 20 reg = <0x0 0x40>; 21 }; 22 npcx: npcx@40 { 23 compatible = "nuvoton,npcx-bbram"; 24 reg = <0x40 0x40 25 0x80 0x1>; 26 reg-names = "memory", "status"; 27 }; 28}; 29