aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2016-08-22 11:36:33 -0400
committerKevin Hilman <khilman@baylibre.com>2016-09-07 16:16:13 -0400
commita29c830a28721bb684c212206b2bab6dc53d0cb4 (patch)
tree7e8ae4a58bc8c1311718d261024c161f0fe0e814 /arch/arm/boot/dts
parent29b4817d4018df78086157ea3a55c1d9424a7cfc (diff)
ARM: dts: meson8b: Add Meson8b PWM Controller nodes
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r--arch/arm/boot/dts/meson8b.dtsi21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/meson8b.dtsi b/arch/arm/boot/dts/meson8b.dtsi
index fc4080de4b7b..41fd53671859 100644
--- a/arch/arm/boot/dts/meson8b.dtsi
+++ b/arch/arm/boot/dts/meson8b.dtsi
@@ -162,6 +162,27 @@
162 reg = <0xc1108000 0x4>, <0xc1104000 0x460>; 162 reg = <0xc1108000 0x4>, <0xc1104000 0x460>;
163 }; 163 };
164 164
165 pwm_ab: pwm@8550 {
166 compatible = "amlogic,meson8b-pwm";
167 reg = <0xc1108550 0x10>;
168 #pwm-cells = <3>;
169 status = "disabled";
170 };
171
172 pwm_cd: pwm@8650 {
173 compatible = "amlogic,meson8b-pwm";
174 reg = <0xc1108650 0x10>;
175 #pwm-cells = <3>;
176 status = "disabled";
177 };
178
179 pwm_ef: pwm@86c0 {
180 compatible = "amlogic,meson8b-pwm";
181 reg = <0xc11086c0 0x10>;
182 #pwm-cells = <3>;
183 status = "disabled";
184 };
185
165 pinctrl_cbus: pinctrl@c1109880 { 186 pinctrl_cbus: pinctrl@c1109880 {
166 compatible = "amlogic,meson8b-cbus-pinctrl"; 187 compatible = "amlogic,meson8b-cbus-pinctrl";
167 reg = <0xc1109880 0x10>; 188 reg = <0xc1109880 0x10>;