zmk/app/boards/arm/nrfmicro/nrfmicro_11_flipped.dts
2020-10-28 00:43:20 +08:00

22 lines
349 B
Text

/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
/dts-v1/;
#include "nrfmicro.dtsi"
#include "arduino_pro_micro_pins_flipped.dtsi"
/ {
ext-power {
compatible = "zmk,ext-power-generic";
label = "EXT_POWER";
control-gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>;
};
};
&i2c0 {
sda-pin = <30>;
scl-pin = <31>;
};