b158c52e24
Usage of 64-bit address constants from devicetree without a UINT64_C wrapping macro results in the following warning and the cut-off of the address value: "warning: integer constant is so large that it is unsigned" This change extends devicetree API adding few wrappers over the address constant getters which add ULL size suffix to an address integer literal when the appearance of 64-bit address values is possible Signed-off-by: Alexander Razinkov <alexander.razinkov@syntacore.com>
16 lines
250 B
YAML
16 lines
250 B
YAML
# Copyright (c) 2023 Syntacore
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Test 64-bit register property container
|
|
|
|
compatible: "vnd,reg-holder-64"
|
|
|
|
include: [base.yaml]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
reg-names:
|
|
required: true
|