ulcb.dtsi (b2e58cbee39c076c37b7e566640751922d88d9d5) | ulcb.dtsi (a4fedb3a4ab9ed9d602e049213bc2a96003ebc46) |
---|---|
1/* 2 * Device Tree Source for the R-Car Gen3 ULCB board 3 * 4 * Copyright (C) 2016 Renesas Electronics Corp. 5 * Copyright (C) 2016 Cogent Embedded, Inc. 6 * 7 * This file is licensed under the terms of the GNU General Public License 8 * version 2. This program is licensed "as is" without any warranty of any --- 175 unchanged lines hidden (view full) --- 184 clocks = <&audio_clkout>, <&x12_clk>; 185 clock-names = "clk_in", "ref_clk"; 186 187 assigned-clocks = <&cs2000>; 188 assigned-clock-rates = <24576000>; /* 1/1 divide */ 189 }; 190}; 191 | 1/* 2 * Device Tree Source for the R-Car Gen3 ULCB board 3 * 4 * Copyright (C) 2016 Renesas Electronics Corp. 5 * Copyright (C) 2016 Cogent Embedded, Inc. 6 * 7 * This file is licensed under the terms of the GNU General Public License 8 * version 2. This program is licensed "as is" without any warranty of any --- 175 unchanged lines hidden (view full) --- 184 clocks = <&audio_clkout>, <&x12_clk>; 185 clock-names = "clk_in", "ref_clk"; 186 187 assigned-clocks = <&cs2000>; 188 assigned-clock-rates = <24576000>; /* 1/1 divide */ 189 }; 190}; 191 |
192&i2c_dvfs { 193 status = "okay"; 194}; 195 |
|
192&ohci1 { 193 status = "okay"; 194}; 195 196&pfc { 197 pinctrl-0 = <&scif_clk_pins>; 198 pinctrl-names = "default"; 199 --- 76 unchanged lines hidden (view full) --- 276 pinctrl-0 = <&sound_pins &sound_clk_pins>; 277 pinctrl-names = "default"; 278 279 /* Single DAI */ 280 #sound-dai-cells = <0>; 281 282 /* audio_clkout0/1/2/3 */ 283 #clock-cells = <1>; | 196&ohci1 { 197 status = "okay"; 198}; 199 200&pfc { 201 pinctrl-0 = <&scif_clk_pins>; 202 pinctrl-names = "default"; 203 --- 76 unchanged lines hidden (view full) --- 280 pinctrl-0 = <&sound_pins &sound_clk_pins>; 281 pinctrl-names = "default"; 282 283 /* Single DAI */ 284 #sound-dai-cells = <0>; 285 286 /* audio_clkout0/1/2/3 */ 287 #clock-cells = <1>; |
284 clock-frequency = <12288000 11289600>; | 288 clock-frequency = <11289600 12288000>; |
285 286 status = "okay"; 287 288 /* update <audio_clk_b> to <cs2000> */ 289 clocks = <&cpg CPG_MOD 1005>, 290 <&cpg CPG_MOD 1006>, <&cpg CPG_MOD 1007>, 291 <&cpg CPG_MOD 1008>, <&cpg CPG_MOD 1009>, 292 <&cpg CPG_MOD 1010>, <&cpg CPG_MOD 1011>, --- 75 unchanged lines hidden --- | 289 290 status = "okay"; 291 292 /* update <audio_clk_b> to <cs2000> */ 293 clocks = <&cpg CPG_MOD 1005>, 294 <&cpg CPG_MOD 1006>, <&cpg CPG_MOD 1007>, 295 <&cpg CPG_MOD 1008>, <&cpg CPG_MOD 1009>, 296 <&cpg CPG_MOD 1010>, <&cpg CPG_MOD 1011>, --- 75 unchanged lines hidden --- |