tests: lib: devicetree: api: fix reg addr mismatch for test-mtd@ffeeddcc

Fix unit address and first address in 'reg' (0x0) don't match
for /test/test-mtd@ffeeddcc.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
This commit is contained in:
Yong Cong Sin 2023-12-23 15:06:02 +08:00 committed by Fabio Baltieri
parent 7bcd0699e6
commit 8262766a0a

View file

@ -669,7 +669,7 @@
};
test-mtd@ffeeddcc {
reg = < 0x0 0x1000 >;
reg = < 0xffeeddcc 0x1000 >;
#address-cells = < 1 >;
#size-cells = < 1 >;