15 lines
295 B
Plaintext
15 lines
295 B
Plaintext
/*
|
|
* Copyright (c) 2024 TOKITA Hiroshi
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/****************************************
|
|
* PLEASE KEEP REG ADDRESSES SEQUENTIAL *
|
|
***************************************/
|
|
|
|
mcp7940n@0 {
|
|
compatible = "microchip,mcp7940n";
|
|
reg = <0x0>;
|
|
status = "okay";
|
|
};
|