dts: nordic: Add properties indicating certain peripheral features
Add boolean properties to the binding for the nRF RADIO peripheral to indicate whether the following features are supported: - IEEE 802.15.4 mode - 2 Mbps BLE mode - coded BLE PHY - high TX power settings Set these properties appropriately in devicetree radio nodes for all nRF SoCs. Add also such properties and set them in appropriate nodes for nRF flash controllers to indicate whether they support partial erase. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
parent
451a6ed6ab
commit
f80e572750
14 changed files with 69 additions and 0 deletions
|
@ -64,6 +64,7 @@
|
|||
reg = <0x40001000 0x1000>;
|
||||
interrupts = <1 NRF_DEFAULT_IRQ_PRIORITY>;
|
||||
status = "okay";
|
||||
ble-2mbps-supported;
|
||||
};
|
||||
|
||||
uart0: uart@40002000 {
|
||||
|
@ -297,6 +298,7 @@
|
|||
flash_controller: flash-controller@4001e000 {
|
||||
compatible = "nordic,nrf52-flash-controller";
|
||||
reg = <0x4001e000 0x1000>;
|
||||
partial-erase;
|
||||
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue