Commit 575d927c authored by Patrick Havelange's avatar Patrick Havelange Committed by Greg Kroah-Hartman

LS1021A: dtsi: add ftm quad decoder entries

Add the 4 Quadrature counters for this board.
Reviewed-by: default avatarEsben Haabendal <esben@haabendal.dk>
Signed-off-by: default avatarPatrick Havelange <patrick.havelange@essensium.com>
Signed-off-by: default avatarWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d8ea4ccf
......@@ -446,6 +446,34 @@ uart3: serial@21d0600 {
status = "disabled";
};
counter0: counter@29d0000 {
compatible = "fsl,ftm-quaddec";
reg = <0x0 0x29d0000 0x0 0x10000>;
big-endian;
status = "disabled";
};
counter1: counter@29e0000 {
compatible = "fsl,ftm-quaddec";
reg = <0x0 0x29e0000 0x0 0x10000>;
big-endian;
status = "disabled";
};
counter2: counter@29f0000 {
compatible = "fsl,ftm-quaddec";
reg = <0x0 0x29f0000 0x0 0x10000>;
big-endian;
status = "disabled";
};
counter3: counter@2a00000 {
compatible = "fsl,ftm-quaddec";
reg = <0x0 0x2a00000 0x0 0x10000>;
big-endian;
status = "disabled";
};
gpio0: gpio@2300000 {
compatible = "fsl,ls1021a-gpio", "fsl,qoriq-gpio";
reg = <0x0 0x2300000 0x0 0x10000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment