summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugen Hristev <eugen.hristev@microchip.com>2020-07-31 15:19:23 +0300
committerEugen Hristev <eugen.hristev@microchip.com>2021-01-07 09:44:16 +0200
commit1c629fd033cef61ff45619211bfdb4d2a02f1a47 (patch)
tree137c37ee564f1bc9cb8b665792794705ed9c1f89
parent0f8904b82d759b2be9ba86d32e4b4158bdf054f3 (diff)
downloadu-boot-1c629fd033cef61ff45619211bfdb4d2a02f1a47.tar.gz
u-boot-1c629fd033cef61ff45619211bfdb4d2a02f1a47.tar.xz
u-boot-1c629fd033cef61ff45619211bfdb4d2a02f1a47.zip
ARM: dts: at91: sama7g5: add flexcom1 and i2c subnode
Add flexcom1 and i2c subnode. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
-rw-r--r--arch/arm/dts/sama7g5.dtsi18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/dts/sama7g5.dtsi b/arch/arm/dts/sama7g5.dtsi
index bf6462e473..0cb6eaf5d0 100644
--- a/arch/arm/dts/sama7g5.dtsi
+++ b/arch/arm/dts/sama7g5.dtsi
@@ -121,6 +121,24 @@
status = "okay";
};
+ flx1: flexcom@e181c000 {
+ compatible = "atmel,sama5d2-flexcom";
+ reg = <0xe181c000 0x200>;
+ clocks = <&pmc PMC_TYPE_PERIPHERAL 39>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges = <0x0 0xe181c000 0x800>;
+ status = "disabled";
+
+ i2c1: i2c@600 {
+ compatible = "atmel,sama5d2-i2c";
+ reg = <0x600 0x200>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ clocks = <&pmc PMC_TYPE_PERIPHERAL 39>;
+ };
+ };
+
uart0: serial@e1824200 {
compatible = "atmel,at91sam9260-usart";
reg = <0xe1824200 0x200>;