summaryrefslogtreecommitdiffstats
path: root/sys/boot/fdt/dts/am335x.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/fdt/dts/am335x.dtsi')
-rw-r--r--sys/boot/fdt/dts/am335x.dtsi20
1 files changed, 20 insertions, 0 deletions
diff --git a/sys/boot/fdt/dts/am335x.dtsi b/sys/boot/fdt/dts/am335x.dtsi
index c16f039..35cecf2 100644
--- a/sys/boot/fdt/dts/am335x.dtsi
+++ b/sys/boot/fdt/dts/am335x.dtsi
@@ -210,6 +210,26 @@
i2c-device-id = <0>;
};
+ i2c1: i2c@4802a000 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ compatible = "ti,i2c";
+ reg =< 0x4802a000 0x1000 >;
+ interrupts = <71>;
+ interrupt-parent = <&AINTC>;
+ i2c-device-id = <1>;
+ };
+
+ i2c2: i2c@4819c000 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ compatible = "ti,i2c";
+ reg =< 0x4819c000 0x1000 >;
+ interrupts = <30>;
+ interrupt-parent = <&AINTC>;
+ i2c-device-id = <2>;
+ };
+
pwm@48300000 {
compatible = "ti,am335x-pwm";
#address-cells = <1>;
OpenPOWER on IntegriCloud