Skip to content

Commit fcf67ca

Browse files
Josua-SRnxpfrankli
authored andcommitted
arm64: dts: lx2162a-sr-som: add crypto & rtc aliases, model
Add aliases for crypto accelerator and rtc0 ensuring that on-SoM RTC and the SoC A72 domain crypto accelerator are assigned first index. Further set model and compatible strings which are informative but overridden by actual boards. Signed-off-by: Josua Mayer <josua@solid-run.com> Signed-off-by: Frank Li <Frank.Li@nxp.com>
1 parent e2f31bf commit fcf67ca

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

arch/arm64/boot/dts/freescale/fsl-lx2162a-sr-som.dtsi

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55
// Copyright 2021 Rabeeh Khoury <rabeeh@solid-run.com>
66
// Copyright 2023 Josua Mayer <josua@solid-run.com>
77

8+
/ {
9+
model = "SolidRun LX2162A System on Module";
10+
compatible = "solidrun,lx2162a-som", "fsl,lx2160a";
11+
12+
aliases {
13+
crypto = &crypto;
14+
rtc0 = &som_rtc;
15+
};
16+
};
17+
818
&crypto {
919
status = "okay";
1020
};
@@ -77,7 +87,7 @@
7787
&i2c5 {
7888
status = "okay";
7989

80-
rtc@6f {
90+
som_rtc: rtc@6f {
8191
compatible = "microchip,mcp7940x";
8292
reg = <0x6f>;
8393
};

0 commit comments

Comments
 (0)