ulcb.dtsi (1518ad140b9ea73cee8bc89e39f8962fbd2bb7bb) | ulcb.dtsi (786f3cc022f73973eda247a0f80f73971ebda764) |
---|---|
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 --- 229 unchanged lines hidden (view full) --- 238 #clock-cells = <1>; 239 clocks = <&x23_clk>; 240 clock-names = "xin"; 241 }; 242}; 243 244&i2c_dvfs { 245 status = "okay"; | 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 --- 229 unchanged lines hidden (view full) --- 238 #clock-cells = <1>; 239 clocks = <&x23_clk>; 240 clock-names = "xin"; 241 }; 242}; 243 244&i2c_dvfs { 245 status = "okay"; |
246 247 pmic: pmic@30 { 248 pinctrl-0 = <&irq0_pins>; 249 pinctrl-names = "default"; 250 251 compatible = "rohm,bd9571mwv"; 252 reg = <0x30>; 253 interrupt-parent = <&intc_ex>; 254 interrupts = <0 IRQ_TYPE_LEVEL_LOW>; 255 interrupt-controller; 256 #interrupt-cells = <2>; 257 gpio-controller; 258 #gpio-cells = <2>; 259 260 regulators { 261 dvfs: dvfs { 262 regulator-name = "dvfs"; 263 regulator-min-microvolt = <750000>; 264 regulator-max-microvolt = <1030000>; 265 regulator-boot-on; 266 regulator-always-on; 267 }; 268 }; 269 }; |
|
246}; 247 248&ohci1 { 249 status = "okay"; 250}; 251 252&pfc { 253 pinctrl-0 = <&scif_clk_pins>; --- 17 unchanged lines hidden (view full) --- 271 }; 272 }; 273 274 i2c2_pins: i2c2 { 275 groups = "i2c2_a"; 276 function = "i2c2"; 277 }; 278 | 270}; 271 272&ohci1 { 273 status = "okay"; 274}; 275 276&pfc { 277 pinctrl-0 = <&scif_clk_pins>; --- 17 unchanged lines hidden (view full) --- 295 }; 296 }; 297 298 i2c2_pins: i2c2 { 299 groups = "i2c2_a"; 300 function = "i2c2"; 301 }; 302 |
303 irq0_pins: irq0 { 304 groups = "intc_ex_irq0"; 305 function = "intc_ex"; 306 }; 307 |
|
279 scif2_pins: scif2 { 280 groups = "scif2_data_a"; 281 function = "scif2"; 282 }; 283 284 scif_clk_pins: scif_clk { 285 groups = "scif_clk_a"; 286 function = "scif_clk"; --- 136 unchanged lines hidden --- | 308 scif2_pins: scif2 { 309 groups = "scif2_data_a"; 310 function = "scif2"; 311 }; 312 313 scif_clk_pins: scif_clk { 314 groups = "scif_clk_a"; 315 function = "scif_clk"; --- 136 unchanged lines hidden --- |