Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bob Ham
linux-emcraft
Commits
400d7a0d
Commit
400d7a0d
authored
Nov 12, 2018
by
Angus Ainslie (Purism)
Browse files
imx8mq.dtsi : add the ocotp node
parent
e3e07b0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
arch/arm64/boot/dts/freescale/imx8mq.dtsi
View file @
400d7a0d
...
...
@@ -835,6 +835,15 @@
reg = <0x30340000 0x10000>;
};
ocotp: ocotp-ctrl@30350000 {
compatible = "fsl,imx8mq-ocotp", "fsl,imx7d-ocotp", "syscon";
reg = <0x30350000 0x10000>;
clocks = <&clk IMX8MQ_CLK_OCOTP_ROOT>;
/* For nvmem subnodes */
#address-cells = <1>;
#size-cells = <1>;
};
anatop: anatop@30360000 {
compatible = "fsl,imx8mq-anatop", "syscon";
reg = <0x30360000 0x10000>;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment