mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
ARM: dts: sama5d2: Add uart4 definition
This patch adds support for uart4 to the processor level device tree include file. Signed-off-by: Tiaki Rice <tiakirice@hotmail.com> Cc: Eugen Hristev <Eugen.Hristev@microchip.com>
This commit is contained in:
committed by
Eugen Hristev
parent
ef5a7438ac
commit
d32cbefc8a
@@ -746,6 +746,14 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
uart4: serial@fc00c000 {
|
||||||
|
compatible = "atmel,at91sam9260-usart";
|
||||||
|
reg = <0xfc00c000 0x100>;
|
||||||
|
clocks = <&uart4_clk>;
|
||||||
|
clock-names = "usart";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
i2c1: i2c@fc028000 {
|
i2c1: i2c@fc028000 {
|
||||||
compatible = "atmel,sama5d2-i2c";
|
compatible = "atmel,sama5d2-i2c";
|
||||||
reg = <0xfc028000 0x100>;
|
reg = <0xfc028000 0x100>;
|
||||||
|
Reference in New Issue
Block a user