Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 20 additions & 6 deletions dts/arm/nxp/nxp_rt1160_cm4.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,32 @@
nxp,rx-dma-channel = <8>;
};
};
};

&gpio1 {
interrupts = <100 0>, <101 0>;
};

&gpio4 {
interrupts = <106 0>, <107 0>;
};

&gpio5 {
interrupts = <108 0>, <109 0>;
};

/*
* GPIO 7-11 share the same interrupt on the CM4.
* the gpio driver only supports one of these gpio devices having an interrupt
* populated.
*/

&gpio9 {
interrupts = <99 0>;
&gpio12 {
interrupts = <61 0>, <62 0>;
};

&gpio11 {
/* GPIO 7-11 share the same interrupt on the CM4 */
interrupts = <99 0>;
status = "disabled";
&gpio13 {
interrupts = <93 0>;
};

/* Set default power states for CM4 cpu */
Expand Down
16 changes: 16 additions & 0 deletions dts/arm/nxp/nxp_rt1160_cm7.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,26 @@
};
};

&gpio1 {
interrupts = <100 0>, <101 0>;
};

&gpio4 {
interrupts = <106 0>, <107 0>;
};

&gpio5 {
interrupts = <108 0>, <109 0>;
};

&gpio6 {
interrupts = <61 0>, <62 0>;
};

&gpio13 {
interrupts = <93 0>;
};

/* Set default power states for CM7 cpu */
&cpu0 {
cpu-power-states = <&idle &suspend>;
Expand Down
28 changes: 22 additions & 6 deletions dts/arm/nxp/nxp_rt1170_cm4.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,30 @@
};
};

&gpio9 {
interrupts = <99 0>;
&gpio1 {
interrupts = <100 0>, <101 0>;
};

&gpio11 {
/* GPIO 7-11 share the same interrupt on the CM4 */
interrupts = <99 0>;
status = "disabled";
&gpio4 {
interrupts = <106 0>, <107 0>;
};

&gpio5 {
interrupts = <108 0>, <109 0>;
};

/*
* GPIO 7-11 share the same interrupt on the CM4.
* the gpio driver only supports one of these gpio devices having an interrupt
* populated.
*/

&gpio12 {
interrupts = <61 0>, <62 0>;
};

&gpio13 {
interrupts = <93 0>;
};

/* Set default power states for CM4 cpu */
Expand Down
16 changes: 16 additions & 0 deletions dts/arm/nxp/nxp_rt1170_cm7.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,26 @@
};
};

&gpio1 {
interrupts = <100 0>, <101 0>;
};

&gpio4 {
interrupts = <106 0>, <107 0>;
};

&gpio5 {
interrupts = <108 0>, <109 0>;
};

&gpio6 {
interrupts = <61 0>, <62 0>;
};

&gpio13 {
interrupts = <93 0>;
};

/* Set default power states for CM7 cpu */
&cpu0 {
cpu-power-states = <&idle &suspend>;
Expand Down
24 changes: 24 additions & 0 deletions dts/arm/nxp/nxp_rt11xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,22 @@
#gpio-cells = <2>;
};

gpio7: gpio@40C5C000 {
compatible = "nxp,imx-gpio";
reg = <0x40C5C000 0x4000>;
label = "GPIO_7";
gpio-controller;
#gpio-cells = <2>;
};

gpio8: gpio@40C60000 {
compatible = "nxp,imx-gpio";
reg = <0x40C60000 0x4000>;
label = "GPIO_8";
gpio-controller;
#gpio-cells = <2>;
};

gpio9: gpio@40c64000 {
compatible = "nxp,imx-gpio";
reg = <0x40c64000 0x4000>;
Expand All @@ -237,6 +253,14 @@
#gpio-cells = <2>;
};

gpio12: gpio@40C70000 {
compatible = "nxp,imx-gpio";
reg = <0x40C70000 0x4000>;
label = "GPIO_12";
gpio-controller;
#gpio-cells = <2>;
};

gpio13: gpio@40ca0000 {
compatible = "nxp,imx-gpio";
reg = <0x40ca0000 0x4000>;
Expand Down