zephyr/dts/arm/nordic/nrf52840_qiaa.dtsi

33 lines
517 B
Plaintext

/*
* Copyright (c) 2018 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
#include <nordic/nrf52840.dtsi>
&flash0 {
reg = <0x00000000 DT_SIZE_K(1024)>;
};
&sram0 {
reg = <0x20000000 DT_SIZE_K(256)>;
};
&power {
reg0: regulator@40000580 {
compatible = "nordic,nrf52x-regulator-hv";
reg = <0x40000580 0x1>;
regulator-name = "REG0";
status = "disabled";
};
};
/ {
soc {
compatible = "nordic,nrf52840-qiaa", "nordic,nrf52840",
"nordic,nrf52", "simple-bus";
};
};