summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/toradex/apalis_t30/apalis_t30.dts17
-rw-r--r--board/toradex/colibri_t30/colibri_t30.dts12
2 files changed, 27 insertions, 2 deletions
diff --git a/board/toradex/apalis_t30/apalis_t30.dts b/board/toradex/apalis_t30/apalis_t30.dts
index 1059227e00..d0889b3843 100644
--- a/board/toradex/apalis_t30/apalis_t30.dts
+++ b/board/toradex/apalis_t30/apalis_t30.dts
@@ -33,7 +33,7 @@
reg = <0x80000000 0x80000000>;
};
- serial@70006000 {
+ uarta: serial@70006000 {
status = "ok";
/*
* TBD - use CONFIG_SYS_PLLP_BASE_IS_408MHZ somehow here.
@@ -42,6 +42,21 @@
clock-frequency = <408000000>;
};
+ uartb: serial@70006040 {
+ status = "ok";
+ clock-frequency = <408000000>;
+ };
+
+ uartc: serial@70006200 {
+ status = "ok";
+ clock-frequency = <408000000>;
+ };
+
+ uartd: serial@70006300 {
+ status = "ok";
+ clock-frequency = <408000000>;
+ };
+
/* SD - SDMMC1 */
sdhci@78000000 {
status = "ok";
diff --git a/board/toradex/colibri_t30/colibri_t30.dts b/board/toradex/colibri_t30/colibri_t30.dts
index 257b80f4fd..4929fbccba 100644
--- a/board/toradex/colibri_t30/colibri_t30.dts
+++ b/board/toradex/colibri_t30/colibri_t30.dts
@@ -32,7 +32,7 @@
reg = <0x80000000 0xc0000000>;
};
- serial@70006000 {
+ uarta: serial@70006000 {
status = "ok";
/*
* TBD - use CONFIG_SYS_PLLP_BASE_IS_408MHZ somehow here.
@@ -41,6 +41,16 @@
clock-frequency = <408000000>;
};
+ uartb: serial@70006040 {
+ status = "ok";
+ clock-frequency = <408000000>;
+ };
+
+ uartd: serial@70006300 {
+ status = "ok";
+ clock-frequency = <408000000>;
+ };
+
sdhci@78000200 {
status = "ok";
width = <4>; /* width of SDIO port */