| * Copyright (c) 2017 Linaro Limited |
| * SPDX-License-Identifier: Apache-2.0 |
| #include <nordic/nrf52832_qfaa.dtsi> |
| model = "Redbear BLE Nano 2"; |
| compatible = "redbear,blenano2", "nordic,nrf52832-qfaa", |
| /* These aliases are provided for compatibility with samples */ |
| compatible = "gpio-leds"; |
| compatible = "nordic,nrf-uart"; |
| current-speed = <115200>; |
| * For more information, see: |
| * http://docs.zephyrproject.org/latest/devices/dts/flash_partitions.html |
| compatible = "fixed-partitions"; |
| boot_partition: partition@0 { |
| reg = <0x00000000 0x8000>; |
| slot0_partition: partition@8000 { |
| reg = <0x00008000 0x34000>; |
| slot1_partition: partition@3c000 { |
| reg = <0x0003c000 0x34000>; |
| scratch_partition: partition@70000 { |
| reg = <0x00070000 0xD000>; |
| storage_partition: partition@7D000 { |
| reg = <0x0007D000 0x00004000>; |