ulcb.dtsi (9f9b22e8c0b704c83fe4a1099ffd6f5d3971f9ac) | ulcb.dtsi (2a50b40fa4edc6aa14e1afeec04aa41c0127c0c6) |
---|---|
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 --- 155 unchanged lines hidden (view full) --- 164&extal_clk { 165 clock-frequency = <16666666>; 166}; 167 168&extalr_clk { 169 clock-frequency = <32768>; 170}; 171 | 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 --- 155 unchanged lines hidden (view full) --- 164&extal_clk { 165 clock-frequency = <16666666>; 166}; 167 168&extalr_clk { 169 clock-frequency = <32768>; 170}; 171 |
172&hdmi0 { 173 status = "okay"; 174 175 ports { 176 port@1 { 177 reg = <1>; 178 rcar_dw_hdmi0_out: endpoint { 179 remote-endpoint = <&hdmi0_con>; 180 }; 181 }; 182 }; 183}; 184 185&hdmi0_con { 186 remote-endpoint = <&rcar_dw_hdmi0_out>; 187}; 188 |
|
172&i2c2 { 173 pinctrl-0 = <&i2c2_pins>; 174 pinctrl-names = "default"; 175 176 status = "okay"; 177 178 clock-frequency = <100000>; 179 --- 222 unchanged lines hidden --- | 189&i2c2 { 190 pinctrl-0 = <&i2c2_pins>; 191 pinctrl-names = "default"; 192 193 status = "okay"; 194 195 clock-frequency = <100000>; 196 --- 222 unchanged lines hidden --- |