mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-04 08:45:18 +00:00
I keep mixing these up, so that's probably a sign that the names are bad. The root of the problem is that "parent-bus" can be read as both "this is the parent bus" and as "the parent bus is this". Use 'bus:' for the bus "provider" and 'on-bus:' for nodes on the bus instead, which is less confusing. Support the old keys for backwards compatibility, along with a deprecation warning. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
8 lines
108 B
YAML
8 lines
108 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
description: Bar bus controller
|
|
|
|
compatible: "bar-bus"
|
|
|
|
bus: "bar"
|