linux-stable/arch/arm/boot/dts/owl-s500-sparky.dts
Cristian Ciocaltea 11bc96ba75 arm: dts: owl-s500: Set CMU clocks for UARTs
Set Clock Management Unit clocks for the UART nodes of Actions Semi
S500 SoCs and remove the dummy "uart2_clk" and "uart3_clk" fixed clocks.

Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@gmail.com>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
2020-12-31 13:05:06 +05:30

36 lines
467 B
Text

// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Allo.com Sparky
*
* Copyright (c) 2017 Andreas Färber
*/
/dts-v1/;
#include "owl-s500.dtsi"
/ {
compatible = "allo,sparky", "actions,s500";
model = "Allo.com Sparky";
aliases {
serial3 = &uart3;
};
chosen {
stdout-path = "serial3:115200n8";
};
memory@0 {
device_type = "memory";
reg = <0x0 0x40000000>; /* 1 or 2 GiB */
};
};
&timer {
clocks = <&hosc>;
};
&uart3 {
status = "okay";
};