ulcb.dtsi (bba9525520b6028ecbe7486e13216e9ede8636be) ulcb.dtsi (1518ad140b9ea73cee8bc89e39f8962fbd2bb7bb)
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

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

250};
251
252&pfc {
253 pinctrl-0 = <&scif_clk_pins>;
254 pinctrl-names = "default";
255
256 avb_pins: avb {
257 mux {
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

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

250};
251
252&pfc {
253 pinctrl-0 = <&scif_clk_pins>;
254 pinctrl-names = "default";
255
256 avb_pins: avb {
257 mux {
258 groups = "avb_link", "avb_mdc", "avb_mii";
258 groups = "avb_link", "avb_mdio", "avb_mii";
259 function = "avb";
260 };
261
259 function = "avb";
260 };
261
262 pins_mdc {
263 groups = "avb_mdc";
262 pins_mdio {
263 groups = "avb_mdio";
264 drive-strength = <24>;
265 };
266
267 pins_mii_tx {
268 pins = "PIN_AVB_TX_CTL", "PIN_AVB_TXC", "PIN_AVB_TD0",
269 "PIN_AVB_TD1", "PIN_AVB_TD2", "PIN_AVB_TD3";
270 drive-strength = <12>;
271 };

--- 151 unchanged lines hidden ---
264 drive-strength = <24>;
265 };
266
267 pins_mii_tx {
268 pins = "PIN_AVB_TX_CTL", "PIN_AVB_TXC", "PIN_AVB_TD0",
269 "PIN_AVB_TD1", "PIN_AVB_TD2", "PIN_AVB_TD3";
270 drive-strength = <12>;
271 };

--- 151 unchanged lines hidden ---