Commit 34f7c6e7 authored by Nobuhiro Iwamatsu's avatar Nobuhiro Iwamatsu
Browse files

arm64: dts: visconti: Add clock controller support for TMPV7708



Adds node of clock controller support for Toshiba Visconti TMPV7708.

Signed-off-by: default avatarNobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Link: https://lore.kernel.org/r/20220421080143.2135566-1-nobuhiro1.iwamatsu@toshiba.co.jp/
parent 31231092
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
 *
 */

#include <dt-bindings/clock/toshiba,tmpv770x.h>
#include <dt-bindings/interrupt-controller/irq.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>

@@ -182,6 +183,12 @@
		#clock-cells = <0>;
	};

	osc2_clk: osc2-clk {
		compatible = "fixed-clock";
		clock-frequency = <20000000>;
		#clock-cells = <0>;
	};

	soc {
		#address-cells = <2>;
		#size-cells = <2>;
@@ -216,6 +223,20 @@
			interrupt-parent = <&gic>;
		};

		pipllct: clock-controller@24220000 {
			compatible = "toshiba,tmpv7708-pipllct";
			reg = <0 0x24220000 0 0x820>;
			#clock-cells = <1>;
			clocks = <&osc2_clk>;
		};

		pismu: syscon@24200000 {
			compatible = "toshiba,tmpv7708-pismu", "syscon";
			reg = <0 0x24200000 0 0x2140>;
			#clock-cells = <1>;
			#reset-cells = <1>;
		};

		uart0: serial@28200000 {
			compatible = "arm,pl011", "arm,primecell";
			reg = <0 0x28200000 0 0x1000>;