summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgonzo <gonzo@FreeBSD.org>2013-05-27 00:23:59 +0000
committergonzo <gonzo@FreeBSD.org>2013-05-27 00:23:59 +0000
commitc01c5a108fd1b72c96f385f2d57553c75d7a2c14 (patch)
tree52045942ebe1d208fcb06c68139f110ff389a908
parent8cfe669b84fdbf7d9f1312c50c39b663d68be85c (diff)
downloadFreeBSD-src-c01c5a108fd1b72c96f385f2d57553c75d7a2c14.zip
FreeBSD-src-c01c5a108fd1b72c96f385f2d57553c75d7a2c14.tar.gz
Add PWM and LCDC nodes to base DTS for AM335x-based devices
-rw-r--r--sys/boot/fdt/dts/am335x.dtsi23
1 files changed, 23 insertions, 0 deletions
diff --git a/sys/boot/fdt/dts/am335x.dtsi b/sys/boot/fdt/dts/am335x.dtsi
index a3a3b0d..482de9c 100644
--- a/sys/boot/fdt/dts/am335x.dtsi
+++ b/sys/boot/fdt/dts/am335x.dtsi
@@ -150,5 +150,28 @@
interrupt-parent = <&AINTC>;
i2c-device-id = <0>;
};
+
+ pwm@48300000 {
+ compatible = "ti,am335x-pwm";
+ #address-cells = <1>;
+ #size-cells = <1>;
+ reg = < 0x48300000 0x100 /* PWMSS */
+ 0x48300100 0x80 /* eCAP0 */
+ 0x48300180 0x80 /* eQEP0 */
+ 0x48300200 0x60 /* ePWM0 */
+ >;
+ interrupts = <86 58>; /* ePWM0INT, ePWM0_TZINT */
+ interrupt-parent = <&AINTC>;
+ pwm-device-id = <0>;
+ };
+
+ lcd: lcd@4830e000 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ compatible = "ti,am335x-lcd";
+ reg =< 0x4830e000 0x1000 >;
+ interrupts = <36>;
+ interrupt-parent = <&AINTC>;
+ };
};
};
OpenPOWER on IntegriCloud