@@ -80,6 +80,36 @@
};
};
+
+ coresight {
+ compatible = "arm,coresight";
+ #address-cells = <1>;
+ #size-cells = <1>;
+ clocks = <&emu_src_ck>;
+ ranges;
+
+ etb: etb@540000000 {
+ compatible = "arm,coresight-etb";
+ reg = <0x5401b000 0x1000>;
+
+ coresight-id = <0>;
+ coresight-name = "coresight-etb";
+ coresight-nr-inports = <1>;
+ coresight-default-sink;
+ };
+
+ etm@54010000 {
+ compatible = "arm,coresight-etm";
+ reg = <0x54010000 0x1000>;
+
+ coresight-id = <1>;
+ coresight-name = "coresight-etm";
+ coresight-nr-inports = <0>;
+ coresight-outports = <0>;
+ coresight-child-list = <&etb>;
+ coresight-child-ports = <0>;
+ };
+ };
};
&omap3_pmx_wkup {