blob: 1d5b2f061eeec897fb1c2a49f9dfce86d2442768 [file] [log] [blame]
/*
* Copyright (c) 2017 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <nordic/nrf51822.dtsi>
/ {
model = "Redbear BLE Nano";
compatible = "redbear,blenano", "nordic,nrf51822-qfaa",
"nordic,nrf51822";
chosen {
zephyr,console = &uart0;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
};
};
&gpiote {
status ="ok";
};
&gpio0 {
status ="ok";
};
&uart0 {
current-speed = <115200>;
status = "ok";
};