Skip to content

Commit

Permalink
boards: nordic: nrf7002dk: Add coex node
Browse files Browse the repository at this point in the history
Add missing coex node in cpuapp.

Signed-off-by: Murali Thokala <[email protected]>
  • Loading branch information
muraliThokala committed Dec 16, 2024
1 parent 29208fe commit 22a715a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@
mcuboot-led0 = &led0;
watchdog0 = &wdt0;
};
nrf_radio_coex: coex {

Check failure on line 114 in boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

CODE_INDENT

boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi:114 code indent should use tabs where possible
status = "okay";

Check failure on line 115 in boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

CODE_INDENT

boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi:115 code indent should use tabs where possible

Check warning on line 115 in boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

LEADING_SPACE

boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi:115 please, no spaces at the start of a line
compatible = "nordic,nrf7002-coex";

Check failure on line 116 in boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

CODE_INDENT

boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi:116 code indent should use tabs where possible

Check warning on line 116 in boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

LEADING_SPACE

boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi:116 please, no spaces at the start of a line
req-gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>;

Check failure on line 117 in boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

CODE_INDENT

boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi:117 code indent should use tabs where possible

Check warning on line 117 in boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

LEADING_SPACE

boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi:117 please, no spaces at the start of a line
status0-gpios = <&gpio0 30 GPIO_ACTIVE_HIGH>;

Check failure on line 118 in boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

CODE_INDENT

boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi:118 code indent should use tabs where possible

Check warning on line 118 in boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

LEADING_SPACE

boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi:118 please, no spaces at the start of a line
grant-gpios = <&gpio0 24 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>;

Check failure on line 119 in boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

CODE_INDENT

boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi:119 code indent should use tabs where possible

Check warning on line 119 in boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

LEADING_SPACE

boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi:119 please, no spaces at the start of a line
swctrl1-gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>;

Check failure on line 120 in boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

CODE_INDENT

boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi:120 code indent should use tabs where possible

Check warning on line 120 in boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

LEADING_SPACE

boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi:120 please, no spaces at the start of a line
};

Check failure on line 121 in boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

CODE_INDENT

boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi:121 code indent should use tabs where possible

Check warning on line 121 in boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

LEADING_SPACE

boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi:121 please, no spaces at the start of a line
};

&vregmain {
Expand Down

0 comments on commit 22a715a

Please sign in to comment.