Skip to content

Commit de7b0bb

Browse files
anhmoltkartben
authored andcommitted
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 <[email protected]>
1 parent 4b36638 commit de7b0bb

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

dts/common/nordic/nrf9280.dtsi

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -673,16 +673,6 @@
673673
port = <9>;
674674
};
675675

676-
gpio10: gpio@939400 {
677-
compatible = "nordic,nrf-gpio";
678-
reg = <0x939400 0x200>;
679-
status = "disabled";
680-
#gpio-cells = <2>;
681-
gpio-controller;
682-
ngpios = <8>;
683-
port = <10>;
684-
};
685-
686676
gpio11: gpio@939600 {
687677
compatible = "nordic,nrf-gpio";
688678
reg = <0x939600 0x200>;
@@ -694,28 +684,6 @@
694684
port = <11>;
695685
};
696686

697-
gpio12: gpio@939800 {
698-
compatible = "nordic,nrf-gpio";
699-
reg = <0x939800 0x200>;
700-
status = "disabled";
701-
#gpio-cells = <2>;
702-
gpio-controller;
703-
gpiote-instance = <&gpiote131>;
704-
ngpios = <3>;
705-
port = <12>;
706-
};
707-
708-
gpio13: gpio@939a00 {
709-
compatible = "nordic,nrf-gpio";
710-
reg = <0x939a00 0x200>;
711-
status = "disabled";
712-
#gpio-cells = <2>;
713-
gpio-controller;
714-
gpiote-instance = <&gpiote131>;
715-
ngpios = <4>;
716-
port = <13>;
717-
};
718-
719687
dppic131: dppic@981000 {
720688
compatible = "nordic,nrf-dppic-global";
721689
reg = <0x981000 0x1000>;

0 commit comments

Comments
 (0)