Lines Matching +full:emc +full:- +full:timings +full:- +full:1
4 Documentation/devicetree/bindings/clock/clock-bindings.txt
10 - compatible : Should be "nvidia,tegra124-car" or "nvidia,tegra132-car"
11 - reg : Should contain CAR registers location and length
12 - clocks : Should contain phandle and clock specifiers for two clocks:
13 the 32 KHz "32k_in", and the board-specific oscillator "osc".
14 - #clock-cells : Should be 1.
17 <dt-bindings/clock/tegra124-car-common.h> (which covers IDs common
18 to Tegra124 and Tegra132) and <dt-bindings/clock/tegra124-car.h>
19 (for Tegra124-specific clocks).
20 - #reset-cells : Should be 1.
23 - nvidia,external-memory-controller : phandle of the EMC driver.
25 The node should contain a "emc-timings" subnode for each supported RAM type (see
28 Required properties for "emc-timings" nodes :
29 - nvidia,ram-code : Should contain the value of RAM_CODE this timing set
32 Each "emc-timings" node should contain a "timing" subnode for every supported
33 EMC clock rate.
36 - clock-frequency : Should contain the memory clock rate to which this timing
38 - nvidia,parent-clock-frequency : Should contain the rate at which the current
39 parent of the EMC clock should be running at this timing.
40 - clocks : Must contain an entry for each entry in clock-names.
41 See ../clocks/clock-bindings.txt for details.
42 - clock-names : Must include the following entries:
43 - emc-parent : the clock that should be the parent of the EMC clock at this
50 compatible = "nvidia,tegra124-car";
52 #clock-cells = <1>;
53 #reset-cells = <1>;
54 nvidia,external-memory-controller = <&emc>;
66 compatible = "simple-bus";
67 #address-cells = <1>;
68 #size-cells = <0>;
71 compatible = "fixed-clock";
73 #clock-cells = <0>;
74 clock-frequency = <112400000>;
77 clk_32k: clock@1 {
78 compatible = "fixed-clock";
79 reg = <1>;
80 #clock-cells = <0>;
81 clock-frequency = <32768>;
90 emc-timings-3 {
91 nvidia,ram-code = <3>;
93 timing-12750000 {
94 clock-frequency = <12750000>;
95 nvidia,parent-clock-frequency = <408000000>;
97 clock-names = "emc-parent";
99 timing-20400000 {
100 clock-frequency = <20400000>;
101 nvidia,parent-clock-frequency = <408000000>;
103 clock-names = "emc-parent";