summaryrefslogtreecommitdiff
path: root/zephyr/program/herobrine/zombie/project.overlay
blob: e5b530dc5ff1db3f764a49dcea03b06030a0e88d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* Copyright 2022 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/* Herobrine program common DTS includes */
#include "../adc.dtsi"
#include "../common.dtsi"
#include "../i2c.dtsi"
#include "../interrupts.dtsi"
#include "../keyboard.dtsi"
#include "../default_gpio_pinctrl.dtsi"
#include "../switchcap.dtsi"
#include "../usbc.dtsi"

/* Zombie project DTS includes*/
#include "gpio.dtsi"
#include "led_pins.dtsi"
#include "led_policy.dtsi"
#include "motionsense.dtsi"

/* zombie overrides follow... */
/* battery overrides */
/ {
	batteries {
		default_battery: sg20 {
			compatible = "ganfeng,sg20", "battery-smart";
		};
	};
};