Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx7ulp: add sim node

i.MX7ULP SoC revision info is inside the SIM mode's JTAG_ID
register, add sim node to support SoC revision check.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Anson Huang and committed by
Shawn Guo
cc077d00 143c3870

+13
+13
arch/arm/boot/dts/imx7ulp.dtsi
··· 347 347 gpio-ranges = <&iomuxc1 0 96 32>; 348 348 }; 349 349 }; 350 + 351 + m4aips1: bus@41080000 { 352 + compatible = "simple-bus"; 353 + #address-cells = <1>; 354 + #size-cells = <1>; 355 + reg = <0x41080000 0x80000>; 356 + ranges; 357 + 358 + sim: sim@410a3000 { 359 + compatible = "fsl,imx7ulp-sim", "syscon"; 360 + reg = <0x410a3000 0x1000>; 361 + }; 362 + }; 350 363 };