mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +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:
parent
2a222aa2be
commit
dc86629564
|
|
@ -325,6 +325,13 @@ usdhc0-200mhz-grp4 {
|
|||
};
|
||||
};
|
||||
|
||||
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 @@ usdhc0-200mhz-grp4 {
|
|||
};
|
||||
};
|
||||
|
||||
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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user