Skip to content

Commit

Permalink
arm64: dts: imx8mq: Add on-chip OTP controller node
Browse files Browse the repository at this point in the history
Add the node for the OTP controller.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
Reviewed-by: Abel Vesa <abel.vesa@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Carlo Caione authored and Shawn Guo committed Mar 19, 2019
1 parent 7be494d commit 9e113b2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm64/boot/dts/freescale/imx8mq.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,14 @@
reg = <0x30340000 0x10000>;
};

ocotp: ocotp-ctrl@30350000 {
compatible = "fsl,imx8mq-ocotp", "syscon";
reg = <0x30350000 0x10000>;
clocks = <&clk IMX8MQ_CLK_OCOTP_ROOT>;
#address-cells = <1>;
#size-cells = <1>;
};

anatop: syscon@30360000 {
compatible = "fsl,imx8mq-anatop", "syscon";
reg = <0x30360000 0x10000>;
Expand Down

0 comments on commit 9e113b2

Please sign in to comment.