summaryrefslogtreecommitdiff
path: root/app/boards/arm/nice_nano/nice_nano_v2.dts
blob: b17f478773d161d25171cfcf9f85832c779fe152 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * Copyright (c) 2021 The ZMK Contributors
 *
 * SPDX-License-Identifier: MIT
 */

/dts-v1/;
#include "nice_nano.dtsi"

/ {
	ext-power {
		compatible = "zmk,ext-power-generic";
		label = "EXT_POWER";
		control-gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
		init-delay-ms = <10>;
	};

	vbatt {
		compatible = "zmk,battery-nrf-vddh";
		label = "BATTERY";
	};
};