dts: nrf: Remove GPIOTE dts.fixup defines and use aliases instead.
Changed driver to use defines from aliases instead of fixup. Signed-off-by: Mieszko Mierunski <mieszko.mierunski@nordicsemi.no>
This commit is contained in:
parent
b370b2ba05
commit
80421d3f5f
7 changed files with 16 additions and 16 deletions
|
@ -40,6 +40,8 @@
|
|||
spi-0 = &spi0;
|
||||
uart-0 = &uart0;
|
||||
adc-0 = &adc;
|
||||
gpio-0 = &gpio0;
|
||||
gpiote-0 = &gpiote;
|
||||
};
|
||||
|
||||
soc {
|
||||
|
@ -63,7 +65,6 @@
|
|||
compatible = "nordic,nrf-gpiote";
|
||||
reg = <0x40006000 0x1000>;
|
||||
interrupts = <6 5>;
|
||||
interrupt-names = "gpiote";
|
||||
status = "disabled";
|
||||
label = "GPIOTE_0";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue