blob: 32c03a6e87728d9f481770a6232df979f8f8273a [file] [log] [blame]
/*
* Copyright (c) 2018 Roman Tataurov <diytronic@yandex.ru>
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <nordic/nrf51822.dtsi>
/ {
model = "Waveshare BLE400";
compatible = "waveshare,BLE400", "nordic,nrf51822-qfaa", "nordic,nrf51822";
chosen {
zephyr,console = &uart0;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
};
};
&uart0 {
current-speed = <115200>;
status = "ok";
};