dts: quark_se_c1000_ss_devboard: Add dts support

Signed-off-by: Savinay Dharmappa <savinay.dharmappa@intel.com>
This commit is contained in:
Savinay Dharmappa 2017-09-21 23:53:50 +05:30 committed by Kumar Gala
commit f61d4266e4
7 changed files with 133 additions and 0 deletions

View file

@ -0,0 +1,26 @@
#
# Copyright (c) 2017, synopsy
#
# SPDX-License-Identifier: Apache-2.0
#
---
title: ARC DCCM
id: arc,dccm
version: 0.1
description: >
This binding gives a base representation of the ARC DCCM
properties:
- compatible:
type: string
category: optional
description: compatible strings
constraint: "arc,dccm"
- reg:
type: array
description: DCCM memory mapped address space
generation: define
category: required
...

View file

@ -0,0 +1,26 @@
#
# Copyright (c) 2017, synopsys
#
# SPDX-License-Identifier: Apache-2.0
#
---
title: ARC ICCM
id: arc,iccm
version: 0.1
description: >
This binding gives a base representation of the ARC ICCM
properties:
- compatible:
type: string
category: optional
description: compatible strings
constraint: "arc,iccm"
- reg:
type: array
description: ICCM memory mapped address space
generation: define
category: required
...

View file

@ -0,0 +1,37 @@
#
# Copyright (c) 2017, synopsy
#
# SPDX-License-Identifier: Apache-2.0
#
---
title: ARCV2 Interrupt Controller
version: 0.1
description: >
This binding describes the ARCV2 IRQ controller
properties:
- compatible:
category: required
type: string
description: compatible strings
constraint: "snps,arcv2-intc"
- reg:
category: required
type: int
description: mmio register space
generation: define
- arm,num-irq-priority-bits:
category: required
type: int
description: number of bits of IRQ priorities
generation: define
cell_string: IRQ
"#cells":
- irq
- priority
...