Commit ca769a1394bfda5e97f292b2b3eecef71f727b9f

Authored by Manivannan Sadhasivam
Committed by Tom Rini
1 parent 2a8afb44ba

arm: dts: bubblegum_96: Enable UART5 for serial console

This commit enables UART5 found in S900 SoC for serial console support.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>

Showing 1 changed file with 12 additions and 0 deletions Side-by-side Diff

arch/arm/dts/bubblegum_96.dts
... ... @@ -12,9 +12,21 @@
12 12 model = "Bubblegum-96";
13 13 compatible = "ucrobotics,bubblegum-96", "actions,s900";
14 14  
  15 + aliases {
  16 + serial5 = &uart5;
  17 + };
  18 +
  19 + chosen {
  20 + stdout-path = "serial5:115200n8";
  21 + };
  22 +
15 23 memory@0 {
16 24 device_type = "memory";
17 25 reg = <0x0 0x0 0x0 0x80000000>;
18 26 };
  27 +};
  28 +
  29 +&uart5 {
  30 + status = "okay";
19 31 };