ARM: STi: STiH416: Add Pinctrl settings for PWM
[deliverable/linux.git] / arch / arm / boot / dts / stihxxx-b2120.dtsi
1 /*
2 * Copyright (C) 2014 STMicroelectronics (R&D) Limited.
3 * Author: Giuseppe Cavallaro <peppe.cavallaro@st.com>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 */
9 / {
10 soc {
11 sbc_serial0: serial@9530000 {
12 status = "okay";
13 };
14
15 leds {
16 compatible = "gpio-leds";
17 red {
18 #gpio-cells = <2>;
19 label = "Front Panel LED";
20 gpios = <&pio4 1 0>;
21 linux,default-trigger = "heartbeat";
22 };
23 green {
24 #gpio-cells = <2>;
25 gpios = <&pio1 3 0>;
26 default-state = "off";
27 };
28 };
29
30 i2c@9842000 {
31 status = "okay";
32 };
33
34 i2c@9843000 {
35 status = "okay";
36 };
37
38 i2c@9844000 {
39 status = "okay";
40 };
41
42 i2c@9845000 {
43 status = "okay";
44 };
45
46 i2c@9540000 {
47 status = "okay";
48 };
49
50 mmc0: sdhci@09060000 {
51 status = "okay";
52 };
53
54 mmc1: sdhci@09080000 {
55 status = "okay";
56 };
57
58 /* SSC11 to HDMI */
59 hdmiddc: i2c@9541000 {
60 status = "okay";
61 /* HDMI V1.3a supports Standard mode only */
62 clock-frequency = <100000>;
63 st,i2c-min-scl-pulse-width-us = <0>;
64 st,i2c-min-sda-pulse-width-us = <5>;
65 };
66
67 miphy28lp_phy: miphy28lp@9b22000 {
68
69 phy_port0: port@9b22000 {
70 st,osc-rdy;
71 };
72
73 phy_port1: port@9b2a000 {
74 st,osc-force-ext;
75 };
76 };
77
78 st_dwc3: dwc3@8f94000 {
79 status = "okay";
80 };
81
82 };
83 };
This page took 0.034062 seconds and 5 git commands to generate.