ulcb.dtsi (86a5feadedeeaee689e3f1279ff8dc214bf6e084) ulcb.dtsi (3ebf49c020217d2a322fedc3ea1fe6eec0460f09)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source for the R-Car Gen3 ULCB board
4 *
5 * Copyright (C) 2016 Renesas Electronics Corp.
6 * Copyright (C) 2016 Cogent Embedded, Inc.
7 */
8

--- 351 unchanged lines hidden (view full) ---

360
361 usb1_pins: usb1 {
362 groups = "usb1";
363 function = "usb1";
364 };
365};
366
367&rcar_sound {
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source for the R-Car Gen3 ULCB board
4 *
5 * Copyright (C) 2016 Renesas Electronics Corp.
6 * Copyright (C) 2016 Cogent Embedded, Inc.
7 */
8

--- 351 unchanged lines hidden (view full) ---

360
361 usb1_pins: usb1 {
362 groups = "usb1";
363 function = "usb1";
364 };
365};
366
367&rcar_sound {
368 pinctrl-0 = <&sound_pins &sound_clk_pins>;
368 pinctrl-0 = <&sound_pins>, <&sound_clk_pins>;
369 pinctrl-names = "default";
370
371 /* Single DAI */
372 #sound-dai-cells = <0>;
373
374 /* audio_clkout0/1/2/3 */
375 #clock-cells = <1>;
376 clock-frequency = <12288000 11289600>;

--- 111 unchanged lines hidden ---
369 pinctrl-names = "default";
370
371 /* Single DAI */
372 #sound-dai-cells = <0>;
373
374 /* audio_clkout0/1/2/3 */
375 #clock-cells = <1>;
376 clock-frequency = <12288000 11289600>;

--- 111 unchanged lines hidden ---