forked from kofal.net/zmk
feat(drivers): add driver for MAX17048 fuel gauge
Add driver for MAX17048 fuel gauge for battery reporting.
This commit is contained in:
12
app/module/dts/bindings/sensor/maxim,max17048.yml
Normal file
12
app/module/dts/bindings/sensor/maxim,max17048.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
#
|
||||
# Copyright (c) 2022 The ZMK Contributors
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
description: >
|
||||
This is a representation of the Maxim max17048 I2C Fuel Gauge.
|
||||
|
||||
compatible: "maxim,max17048"
|
||||
|
||||
include: [i2c-device.yaml]
|
||||
Reference in New Issue
Block a user