diff options
| author | Dinesh Maniyam <[email protected]> | 2025-08-06 12:32:29 +0800 |
|---|---|---|
| committer | Heiko Schocher <[email protected]> | 2025-08-06 08:40:44 +0200 |
| commit | ca4c92cbffff17ca071774feba849db1b6319220 (patch) | |
| tree | 33861f56c2a7c19fce0f4b403845091d031b039f /arch | |
| parent | 03caa3769a7cc5fc5b13af5f7221e258df3c33b1 (diff) | |
drivers: i3c: Add i3c sandbox simple test.
Add s simple test for the I3C uclass in sandbox.
Signed-off-by: Dinesh Maniyam <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/sandbox/dts/test.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index bb696c5ef7f..a2c739a2044 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -936,6 +936,14 @@ }; }; + i3c0 { + compatible = "sandbox,i3c"; + }; + + i3c1 { + compatible = "sandbox,i3c"; + }; + bootcount@0 { compatible = "u-boot,bootcount-rtc"; rtc = <&rtc_1>; |
