aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnson Huang <b20788@freescale.com>2014-03-03 23:37:48 -0500
committerNitin Garg <nitin.garg@freescale.com>2014-04-16 09:57:48 -0400
commit22f4a61050cb6d7d7ddfc33d93e3f01cd9bb2d8b (patch)
tree62a8b1efac43ffc7819bed6ad24526ba7885d9eb
parent580acfb5288e872f91c64a26ed4c1dcd96fb9457 (diff)
ENGR00301635 ARM: dts: imx6sx: add thermal monitor support
add thermal monitor support for i.MX6SX. Signed-off-by: Anson Huang <b20788@freescale.com>
-rw-r--r--arch/arm/boot/dts/imx6sx.dtsi19
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi
index b50bb66d35b9..16b605a74dbb 100644
--- a/arch/arm/boot/dts/imx6sx.dtsi
+++ b/arch/arm/boot/dts/imx6sx.dtsi
@@ -298,6 +298,14 @@
298 }; 298 };
299 }; 299 };
300 300
301 tempmon: tempmon {
302 compatible = "fsl,imx6sx-tempmon", "fsl,imx6q-tempmon";
303 interrupts = <0 49 0x04>;
304 fsl,tempmon = <&anatop>;
305 fsl,tempmon-data = <&ocotp>;
306 clocks = <&clks IMX6SX_CLK_PLL3_USB_OTG>;
307 };
308
301 flexcan1: can@02090000 { 309 flexcan1: can@02090000 {
302 compatible = "fsl,imx6q-flexcan"; 310 compatible = "fsl,imx6q-flexcan";
303 reg = <0x02090000 0x4000>; 311 reg = <0x02090000 0x4000>;
@@ -602,6 +610,17 @@
602 reg = <0x021b0000 0x4000>; 610 reg = <0x021b0000 0x4000>;
603 }; 611 };
604 612
613 ocotp: ocotp-ctrl@021bc000 {
614 compatible = "syscon";
615 reg = <0x021bc000 0x4000>;
616 };
617
618 ocotp-fuse@021bc000 {
619 compatible = "fsl,imx6sx-ocotp", "fsl,imx6q-ocotp";
620 reg = <0x021bc000 0x4000>;
621 clocks = <&clks IMX6SX_CLK_OCOTP>;
622 };
623
605 qspi2: qspi@021e4000 { 624 qspi2: qspi@021e4000 {
606 #address-cells = <1>; 625 #address-cells = <1>;
607 #size-cells = <0>; 626 #size-cells = <0>;