brintos

brintos / linux-shallow public Read only

0
0
Text · 889 B · 43f6fb6 Raw
28 lines · plain
1Binding for Keystone gate control driver which uses PSC controller IP.2 3This binding uses the common clock binding[1].4 5[1] Documentation/devicetree/bindings/clock/clock-bindings.txt6 7Required properties:8- compatible : shall be "ti,keystone,psc-clock".9- #clock-cells : from common clock binding; shall be set to 0.10- clocks : parent clock phandle11- reg :	psc control and domain address address space12- reg-names : psc control and domain registers13- domain-id : psc domain id needed to check the transition state register14 15Optional properties:16- clock-output-names : From common clock binding to override the17			default output clock name18Example:19	clkusb: clkusb {20		#clock-cells = <0>;21		compatible = "ti,keystone,psc-clock";22		clocks = <&chipclk16>;23		clock-output-names = "usb";24		reg = <0x02350008 0xb00>, <0x02350000 0x400>;25		reg-names = "control", "domain";26		domain-id = <0>;27	};28