dts: Add missing flexcomm nodes to lpc socs

Adds missing flexcomm nodes to lpc54xxx and lpc55s6x soc level device
trees.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2020-04-04 13:12:48 -05:00 committed by Kumar Gala
commit e8937bf8be
3 changed files with 144 additions and 0 deletions

View file

@ -90,6 +90,30 @@
status = "disabled";
};
flexcomm1: flexcomm@40087000 {
compatible = "nxp,lpc-flexcomm";
reg = <0x40087000 0x1000>;
interrupts = <15 0>;
label = "FLEXCOMM_1";
status = "disabled";
};
flexcomm2: flexcomm@40088000 {
compatible = "nxp,lpc-flexcomm";
reg = <0x40088000 0x1000>;
interrupts = <16 0>;
label = "FLEXCOMM_2";
status = "disabled";
};
flexcomm3: flexcomm@40089000 {
compatible = "nxp,lpc-flexcomm";
reg = <0x40089000 0x1000>;
interrupts = <17 0>;
label = "FLEXCOMM_3";
status = "disabled";
};
flexcomm4: flexcomm@4008a000 {
compatible = "nxp,lpc-flexcomm";
reg = <0x4008a000 0x1000>;
@ -105,6 +129,22 @@
label = "FLEXCOMM_5";
status = "disabled";
};
flexcomm6: flexcomm@40097000 {
compatible = "nxp,lpc-flexcomm";
reg = <0x40097000 0x1000>;
interrupts = <20 0>;
label = "FLEXCOMM_6";
status = "disabled";
};
flexcomm7: flexcomm@40098000 {
compatible = "nxp,lpc-flexcomm";
reg = <0x40098000 0x1000>;
interrupts = <21 0>;
label = "FLEXCOMM_7";
status = "disabled";
};
};
};

View file

@ -142,6 +142,30 @@
status = "disabled";
};
flexcomm1: flexcomm@50087000 {
compatible = "nxp,lpc-flexcomm";
reg = <0x50087000 0x1000>;
interrupts = <15 0>;
label = "FLEXCOMM_1";
status = "disabled";
};
flexcomm2: flexcomm@50088000 {
compatible = "nxp,lpc-flexcomm";
reg = <0x50088000 0x1000>;
interrupts = <16 0>;
label = "FLEXCOMM_2";
status = "disabled";
};
flexcomm3: flexcomm@50089000 {
compatible = "nxp,lpc-flexcomm";
reg = <0x50089000 0x1000>;
interrupts = <17 0>;
label = "FLEXCOMM_3";
status = "disabled";
};
flexcomm4: flexcomm@5008a000 {
compatible = "nxp,lpc-flexcomm";
reg = <0x5008a000 0x1000>;
@ -150,6 +174,30 @@
status = "disabled";
};
flexcomm5: flexcomm@50096000 {
compatible = "nxp,lpc-flexcomm";
reg = <0x50096000 0x1000>;
interrupts = <19 0>;
label = "FLEXCOMM_5";
status = "disabled";
};
flexcomm6: flexcomm@50097000 {
compatible = "nxp,lpc-flexcomm";
reg = <0x50097000 0x1000>;
interrupts = <20 0>;
label = "FLEXCOMM_6";
status = "disabled";
};
flexcomm7: flexcomm@50098000 {
compatible = "nxp,lpc-flexcomm";
reg = <0x50098000 0x1000>;
interrupts = <21 0>;
label = "FLEXCOMM_7";
status = "disabled";
};
flexcomm8: flexcomm@5009f000 {
compatible = "nxp,lpc-flexcomm";
reg = <0x5009f000 0x1000>;

View file

@ -139,6 +139,62 @@
status = "disabled";
};
flexcomm1: flexcomm@40087000 {
compatible = "nxp,lpc-flexcomm";
reg = <0x40087000 0x1000>;
interrupts = <15 0>;
label = "FLEXCOMM_1";
status = "disabled";
};
flexcomm2: flexcomm@40088000 {
compatible = "nxp,lpc-flexcomm";
reg = <0x40088000 0x1000>;
interrupts = <16 0>;
label = "FLEXCOMM_2";
status = "disabled";
};
flexcomm3: flexcomm@40089000 {
compatible = "nxp,lpc-flexcomm";
reg = <0x40089000 0x1000>;
interrupts = <17 0>;
label = "FLEXCOMM_3";
status = "disabled";
};
flexcomm4: flexcomm@4008a000 {
compatible = "nxp,lpc-flexcomm";
reg = <0x4008a000 0x1000>;
interrupts = <18 0>;
label = "FLEXCOMM_4";
status = "disabled";
};
flexcomm5: flexcomm@40096000 {
compatible = "nxp,lpc-flexcomm";
reg = <0x40096000 0x1000>;
interrupts = <19 0>;
label = "FLEXCOMM_5";
status = "disabled";
};
flexcomm6: flexcomm@40097000 {
compatible = "nxp,lpc-flexcomm";
reg = <0x40097000 0x1000>;
interrupts = <20 0>;
label = "FLEXCOMM_6";
status = "disabled";
};
flexcomm7: flexcomm@40098000 {
compatible = "nxp,lpc-flexcomm";
reg = <0x40098000 0x1000>;
interrupts = <21 0>;
label = "FLEXCOMM_7";
status = "disabled";
};
flexcomm8: flexcomm@4009f000 {
compatible = "nxp,lpc-flexcomm";
reg = <0x4009f000 0x1000>;