dts: bindings: spi: add andes spi driver
Add Andes SPI atcspi200 dts binding. Remove not necessary property for spi node in soc dtsi. Signed-off-by: Kevin Wang <yunkai@andestech.com>
This commit is contained in:
parent
a268dbced8
commit
93025635b3
16
dts/bindings/spi/andestech.atcspi200.yaml
Normal file
16
dts/bindings/spi/andestech.atcspi200.yaml
Normal file
|
@ -0,0 +1,16 @@
|
|||
#
|
||||
# Copyright (c) 2022, Andes Technology Corporation.
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
description: |
|
||||
This binding gives a representation of Andes ATCSPI200 SPI controller
|
||||
|
||||
compatible: "andestech,atcspi200"
|
||||
|
||||
include: spi-controller.yaml
|
||||
|
||||
properties:
|
||||
reg:
|
||||
required: true
|
|
@ -284,7 +284,6 @@
|
|||
interrupt-parent = <&plic0>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
num-cs = <1>;
|
||||
clock-frequency = <66000000>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
@ -297,7 +296,6 @@
|
|||
interrupt-parent = <&plic0>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
num-cs = <1>;
|
||||
clock-frequency = <66000000>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue