27 lines
433 B
Plaintext
27 lines
433 B
Plaintext
/*
|
|
* Copyright (c) 2017 Linaro Limited
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include <nordic/nrf52832.dtsi>
|
|
|
|
/ {
|
|
model = "Redbear BLE Nano 2";
|
|
compatible = "redbear,blenano2", "nordic,nrf52832-qfaa",
|
|
"nordic,nrf52832";
|
|
|
|
chosen {
|
|
zephyr,console = &uart0;
|
|
zephyr,sram = &sram0;
|
|
zephyr,flash = &flash0;
|
|
};
|
|
};
|
|
|
|
&uart0 {
|
|
compatible = "nordic,nrf-uart";
|
|
current-speed = <115200>;
|
|
status = "ok";
|
|
};
|