mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-09-05 08:44:14 +02:00
arm64: dts: s32g: Add device tree information for the OCOTP driver
Add the device tree information for the S32G On Chip One-Time Programmable Controller (OCOTP) chip. Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
@@ -325,6 +325,13 @@
|
||||
};
|
||||
};
|
||||
|
||||
ocotp: nvmem@400a4000 {
|
||||
compatible = "nxp,s32g2-ocotp";
|
||||
reg = <0x400a4000 0x400>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
};
|
||||
|
||||
swt0: watchdog@40100000 {
|
||||
compatible = "nxp,s32g2-swt";
|
||||
reg = <0x40100000 0x1000>;
|
||||
|
||||
@@ -383,6 +383,13 @@
|
||||
};
|
||||
};
|
||||
|
||||
ocotp: nvmem@400a4000 {
|
||||
compatible = "nxp,s32g3-ocotp", "nxp,s32g2-ocotp";
|
||||
reg = <0x400a4000 0x400>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
};
|
||||
|
||||
swt0: watchdog@40100000 {
|
||||
compatible = "nxp,s32g3-swt", "nxp,s32g2-swt";
|
||||
reg = <0x40100000 0x1000>;
|
||||
|
||||
Reference in New Issue
Block a user