dts: common: nordic: remove gpio10 gpio12 and gpio13 for nrf9280
Remove gpio10 gpio12 and gpio13 from nrf9280 devicetree. Not for use by application. Signed-off-by: Andreas Moltumyr <andreas.moltumyr@nordicsemi.no>
This commit is contained in:
parent
4b366384fa
commit
de7b0bb9a8
1 changed files with 0 additions and 32 deletions
|
|
@ -673,16 +673,6 @@
|
|||
port = <9>;
|
||||
};
|
||||
|
||||
gpio10: gpio@939400 {
|
||||
compatible = "nordic,nrf-gpio";
|
||||
reg = <0x939400 0x200>;
|
||||
status = "disabled";
|
||||
#gpio-cells = <2>;
|
||||
gpio-controller;
|
||||
ngpios = <8>;
|
||||
port = <10>;
|
||||
};
|
||||
|
||||
gpio11: gpio@939600 {
|
||||
compatible = "nordic,nrf-gpio";
|
||||
reg = <0x939600 0x200>;
|
||||
|
|
@ -694,28 +684,6 @@
|
|||
port = <11>;
|
||||
};
|
||||
|
||||
gpio12: gpio@939800 {
|
||||
compatible = "nordic,nrf-gpio";
|
||||
reg = <0x939800 0x200>;
|
||||
status = "disabled";
|
||||
#gpio-cells = <2>;
|
||||
gpio-controller;
|
||||
gpiote-instance = <&gpiote131>;
|
||||
ngpios = <3>;
|
||||
port = <12>;
|
||||
};
|
||||
|
||||
gpio13: gpio@939a00 {
|
||||
compatible = "nordic,nrf-gpio";
|
||||
reg = <0x939a00 0x200>;
|
||||
status = "disabled";
|
||||
#gpio-cells = <2>;
|
||||
gpio-controller;
|
||||
gpiote-instance = <&gpiote131>;
|
||||
ngpios = <4>;
|
||||
port = <13>;
|
||||
};
|
||||
|
||||
dppic131: dppic@981000 {
|
||||
compatible = "nordic,nrf-dppic-global";
|
||||
reg = <0x981000 0x1000>;
|
||||
|
|
|
|||
Loading…
Reference in a new issue