Commit 25d6dd859e73248432051257b4b4d2a3d51b295b
Committed by
Shawn Guo
1 parent
160d5f2760
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
ARM: dts: mxs: add oled support for the cfa-10036
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Cc: Brian Lilly <brian@crystalfontz.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Showing 1 changed file with 19 additions and 0 deletions Side-by-side Diff
arch/arm/boot/dts/imx28-cfa10036.dts
... | ... | @@ -58,10 +58,29 @@ |
58 | 58 | }; |
59 | 59 | |
60 | 60 | apbx@80040000 { |
61 | + pwm: pwm@80064000 { | |
62 | + pinctrl-names = "default"; | |
63 | + pinctrl-0 = <&pwm4_pins_a>; | |
64 | + status = "okay"; | |
65 | + }; | |
66 | + | |
61 | 67 | duart: serial@80074000 { |
62 | 68 | pinctrl-names = "default"; |
63 | 69 | pinctrl-0 = <&duart_pins_b>; |
64 | 70 | status = "okay"; |
71 | + }; | |
72 | + | |
73 | + i2c0: i2c@80058000 { | |
74 | + pinctrl-names = "default"; | |
75 | + pinctrl-0 = <&i2c0_pins_b>; | |
76 | + status = "okay"; | |
77 | + | |
78 | + ssd1307: oled@3c { | |
79 | + compatible = "solomon,ssd1307fb-i2c"; | |
80 | + reg = <0x3c>; | |
81 | + pwms = <&pwm 4 3000>; | |
82 | + reset-gpios = <&gpio2 7 0>; | |
83 | + }; | |
65 | 84 | }; |
66 | 85 | }; |
67 | 86 | }; |