blob: dbf88dc22832afe1ee89225d65f5fd6b976f4a53 [file] [log] [blame]
// SPDX-License-Identifier: GPL-2.0-only
/*
* Battery device tree entries specific to raven
*
* Copyright 2021 Google,LLC
*
*/
&google_battery {
google,chg-battery-capacity = <5003>;
};
&max77759_fg {
maxim,fg-data {
#include "gs101-raven-battery-data.dtsi"
};
};
/ {
fragment@battery {
target-path = "/";
__overlay__ {
google_bms {
nvmem-names = "5-00500";
/* pack eeprom is available only with P20+ batteries */
google,bee-name = "5-00500";
};
};
};
};