diff options
Diffstat (limited to 'dts/upstream/src/arm64/amlogic/amlogic-c3-c302x-aw409.dts')
-rw-r--r-- | dts/upstream/src/arm64/amlogic/amlogic-c3-c302x-aw409.dts | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dts/upstream/src/arm64/amlogic/amlogic-c3-c302x-aw409.dts b/dts/upstream/src/arm64/amlogic/amlogic-c3-c302x-aw409.dts new file mode 100644 index 00000000000..edce8850b33 --- /dev/null +++ b/dts/upstream/src/arm64/amlogic/amlogic-c3-c302x-aw409.dts @@ -0,0 +1,29 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) +/* + * Copyright (c) 2021 Amlogic, Inc. All rights reserved. + */ + +/dts-v1/; + +#include "amlogic-c3.dtsi" + +/ { + model = "Amlogic C302 aw409 Development Board"; + compatible = "amlogic,aw409", "amlogic,c3"; + interrupt-parent = <&gic>; + #address-cells = <2>; + #size-cells = <2>; + + aliases { + serial0 = &uart_b; + }; + + memory@0 { + device_type = "memory"; + reg = <0x0 0x0 0x0 0x10000000>; + }; +}; + +&uart_b { + status = "okay"; +}; |