mirror of https://gitee.com/openkylin/linux.git
ARM: dts: sun4i: Add rtp controller node
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
parent
a537d8fe30
commit
57c8839c93
|
@ -425,6 +425,12 @@ sid: eeprom@01c23800 {
|
||||||
reg = <0x01c23800 0x10>;
|
reg = <0x01c23800 0x10>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
rtp: rtp@01c25000 {
|
||||||
|
compatible = "allwinner,sun4i-ts";
|
||||||
|
reg = <0x01c25000 0x100>;
|
||||||
|
interrupts = <29>;
|
||||||
|
};
|
||||||
|
|
||||||
uart0: serial@01c28000 {
|
uart0: serial@01c28000 {
|
||||||
compatible = "snps,dw-apb-uart";
|
compatible = "snps,dw-apb-uart";
|
||||||
reg = <0x01c28000 0x400>;
|
reg = <0x01c28000 0x400>;
|
||||||
|
|
Loading…
Reference in New Issue