Skip to content

Commit 5b20260

Browse files
rakonsrlubos
authored andcommitted
[nrf fromtree] boards: nordic: Enable nfct on the supporting boards
Enable NFCT device in dts of the boards that have NFC connector. Signed-off-by: Radosław Koppel <[email protected]> (cherry picked from commit e37b68b)
1 parent 7b1e44b commit 5b20260

File tree

12 files changed

+49
-0
lines changed

12 files changed

+49
-0
lines changed

boards/nordic/nrf21540dk/nrf21540dk_nrf52840.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@
158158
gpio-as-nreset;
159159
};
160160

161+
&nfct {
162+
status = "okay";
163+
};
164+
161165
&gpiote {
162166
status = "okay";
163167
};

boards/nordic/nrf52833dk/nrf52833dk_nrf52833.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@
135135
gpio-as-nreset;
136136
};
137137

138+
&nfct {
139+
status = "okay";
140+
};
141+
138142
&gpiote {
139143
status = "okay";
140144
};

boards/nordic/nrf52840dk/nrf52840dk_nrf52840.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@
153153
status = "okay";
154154
};
155155

156+
&nfct {
157+
status = "okay";
158+
};
159+
156160
&gpio0 {
157161
status = "okay";
158162
gpio-reserved-ranges = <0 2>, <6 1>, <8 3>, <17 7>;

boards/nordic/nrf52dk/nrf52dk_nrf52832.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@
146146
gpio-as-nreset;
147147
};
148148

149+
&nfct {
150+
status = "okay";
151+
};
152+
149153
&gpiote {
150154
status = "okay";
151155
};

boards/nordic/nrf5340_audio_dk/nrf5340_audio_dk_nrf5340_cpuapp_common.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@
105105
};
106106
};
107107

108+
&nfct {
109+
status = "okay";
110+
};
111+
108112
&gpiote {
109113
status = "okay";
110114
};

boards/nordic/nrf5340dk/nrf5340_cpuapp_common.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@
7474
status = "okay";
7575
};
7676

77+
&nfct {
78+
status = "okay";
79+
};
80+
7781
&gpiote {
7882
status = "okay";
7983
};

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,11 @@ ipc0: &cpuapp_cpurad_ipc {
214214
source-memory = <&cpuflpr_code_partition>;
215215
};
216216

217+
&nfct {
218+
status = "okay";
219+
memory-regions = <&cpuapp_dma_region>;
220+
};
221+
217222
&gpiote130 {
218223
status = "okay";
219224
owned-channels = <0 1 2 3 4 5 6 7>;

boards/nordic/nrf54l15dk/nrf54l_05_10_15_cpuapp_common.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
status = "okay";
5757
};
5858

59+
&nfct {
60+
status = "okay";
61+
};
62+
5963
&gpio0 {
6064
status = "okay";
6165
};

boards/nordic/nrf54l20pdk/nrf54l20_cpuapp_common.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
status = "okay";
8181
};
8282

83+
&nfct {
84+
status = "okay";
85+
};
86+
8387
&gpio0 {
8488
status = "okay";
8589
};

boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@
143143
status = "okay";
144144
};
145145

146+
&nfct {
147+
status = "okay";
148+
};
149+
146150
&gpiote {
147151
status = "okay";
148152
};

0 commit comments

Comments
 (0)