imx8mn.dtsi (6870112c46c867f50cd27570860a05bd82614b5c) | imx8mn.dtsi (12fa1078efc871604d62e992cb8a038421b82096) |
---|---|
1// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2/* 3 * Copyright 2019 NXP 4 */ 5 6#include <dt-bindings/clock/imx8mn-clock.h> 7#include <dt-bindings/gpio/gpio.h> 8#include <dt-bindings/input/input.h> --- 360 unchanged lines hidden (view full) --- 369 reg = <0x30330000 0x10000>; 370 }; 371 372 gpr: iomuxc-gpr@30340000 { 373 compatible = "fsl,imx8mn-iomuxc-gpr", "syscon"; 374 reg = <0x30340000 0x10000>; 375 }; 376 | 1// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2/* 3 * Copyright 2019 NXP 4 */ 5 6#include <dt-bindings/clock/imx8mn-clock.h> 7#include <dt-bindings/gpio/gpio.h> 8#include <dt-bindings/input/input.h> --- 360 unchanged lines hidden (view full) --- 369 reg = <0x30330000 0x10000>; 370 }; 371 372 gpr: iomuxc-gpr@30340000 { 373 compatible = "fsl,imx8mn-iomuxc-gpr", "syscon"; 374 reg = <0x30340000 0x10000>; 375 }; 376 |
377 ocotp: ocotp-ctrl@30350000 { | 377 ocotp: efuse@30350000 { |
378 compatible = "fsl,imx8mn-ocotp", "fsl,imx8mm-ocotp", "syscon"; 379 reg = <0x30350000 0x10000>; 380 clocks = <&clk IMX8MN_CLK_OCOTP_ROOT>; 381 #address-cells = <1>; 382 #size-cells = <1>; 383 384 cpu_speed_grade: speed-grade@10 { 385 reg = <0x10 4>; --- 493 unchanged lines hidden --- | 378 compatible = "fsl,imx8mn-ocotp", "fsl,imx8mm-ocotp", "syscon"; 379 reg = <0x30350000 0x10000>; 380 clocks = <&clk IMX8MN_CLK_OCOTP_ROOT>; 381 #address-cells = <1>; 382 #size-cells = <1>; 383 384 cpu_speed_grade: speed-grade@10 { 385 reg = <0x10 4>; --- 493 unchanged lines hidden --- |