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:
Andreas Moltumyr 2024-11-22 12:23:59 +01:00 committed by Benjamin Cabé
parent 4b366384fa
commit de7b0bb9a8

View file

@ -673,16 +673,6 @@
port = <9>; 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 { gpio11: gpio@939600 {
compatible = "nordic,nrf-gpio"; compatible = "nordic,nrf-gpio";
reg = <0x939600 0x200>; reg = <0x939600 0x200>;
@ -694,28 +684,6 @@
port = <11>; 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 { dppic131: dppic@981000 {
compatible = "nordic,nrf-dppic-global"; compatible = "nordic,nrf-dppic-global";
reg = <0x981000 0x1000>; reg = <0x981000 0x1000>;