1
0
Fork 0

LS1021A: dtsi: add ftm quad decoder entries

Add the 4 Quadrature counters for this board.

Reviewed-by: Esben Haabendal <esben@haabendal.dk>
Signed-off-by: Patrick Havelange <patrick.havelange@essensium.com>
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.2
Patrick Havelange 2019-04-02 15:30:53 +09:00 committed by Greg Kroah-Hartman
parent d8ea4ccfae
commit 575d927c42
1 changed files with 28 additions and 0 deletions

View File

@ -446,6 +446,34 @@
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>;