2018-03-27 08:36:39 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
2016-04-07 14:00:11 +00:00
|
|
|
/*
|
|
|
|
* dts file for Xilinx ZynqMP zc1751-xm016-dc2
|
|
|
|
*
|
2021-05-31 07:50:01 +00:00
|
|
|
* (C) Copyright 2015 - 2021, Xilinx, Inc.
|
2016-04-07 14:00:11 +00:00
|
|
|
*
|
|
|
|
* Michal Simek <michal.simek@xilinx.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
#include "zynqmp.dtsi"
|
2017-12-08 13:50:42 +00:00
|
|
|
#include "zynqmp-clk-ccf.dtsi"
|
2021-05-10 11:14:02 +00:00
|
|
|
#include <dt-bindings/gpio/gpio.h>
|
|
|
|
#include <dt-bindings/pinctrl/pinctrl-zynqmp.h>
|
2016-04-07 14:00:11 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "ZynqMP zc1751-xm016-dc2 RevA";
|
|
|
|
compatible = "xlnx,zynqmp-zc1751", "xlnx,zynqmp";
|
|
|
|
|
|
|
|
aliases {
|
|
|
|
ethernet0 = &gem2;
|
|
|
|
i2c0 = &i2c0;
|
|
|
|
rtc0 = &rtc;
|
|
|
|
serial0 = &uart0;
|
|
|
|
serial1 = &uart1;
|
|
|
|
spi0 = &spi0;
|
|
|
|
spi1 = &spi1;
|
|
|
|
usb0 = &usb1;
|
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
bootargs = "earlycon";
|
|
|
|
stdout-path = "serial0:115200n8";
|
|
|
|
};
|
|
|
|
|
ARM64: zynqmp: Remove DTC 1.4.2 warnings
DTC 1.4.2 reports these warnings:
Warning (unit_address_vs_reg): Node /amba_apu has a reg or ranges
property, but no unit name
Warning (unit_address_vs_reg): Node /amba has a reg or ranges property,
but no unit name
Warning (unit_address_vs_reg): Node /amba/usb@fe200000 has a unit name,
but no reg property
Warning (unit_address_vs_reg): Node /amba/usb@fe300000 has a unit name,
but no reg property
Warning (unit_address_vs_reg): Node
/amba/dma@fd4c0000/dma-video0channel@fd4c0000 has a unit name, but no
reg property
Warning (unit_address_vs_reg): Node
/amba/dma@fd4c0000/dma-video1channel@fd4c0000 has a unit name, but no
reg property
Warning (unit_address_vs_reg): Node
/amba/dma@fd4c0000/dma-video2channel@fd4c0000 has a unit name, but no
reg property
Warning (unit_address_vs_reg): Node
/amba/dma@fd4c0000/dma-graphicschannel@fd4c0000 has a unit name, but no
reg property
Warning (unit_address_vs_reg): Node
/amba/dma@fd4c0000/dma-audio0channel@fd4c0000 has a unit name, but no
reg property
Warning (unit_address_vs_reg): Node
/amba/dma@fd4c0000/dma-audio1channel@fd4c0000 has a unit name, but no
reg property
Warning (unit_address_vs_reg): Node /memory has a reg or ranges
property, but no unit name
This patch is fixing them.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2016-11-11 12:21:04 +00:00
|
|
|
memory@0 {
|
2016-04-07 14:00:11 +00:00
|
|
|
device_type = "memory";
|
|
|
|
reg = <0x0 0x0 0x0 0x80000000>, <0x8 0x00000000 0x0 0x80000000>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&can0 {
|
|
|
|
status = "okay";
|
2021-05-10 11:14:02 +00:00
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_can0_default>;
|
2016-04-07 14:00:11 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&can1 {
|
|
|
|
status = "okay";
|
2021-05-10 11:14:02 +00:00
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_can1_default>;
|
2016-04-07 14:00:11 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&fpd_dma_chan1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&fpd_dma_chan2 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&fpd_dma_chan3 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&fpd_dma_chan4 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&fpd_dma_chan5 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&fpd_dma_chan6 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&fpd_dma_chan7 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&fpd_dma_chan8 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&gem2 {
|
|
|
|
status = "okay";
|
|
|
|
phy-handle = <&phy0>;
|
|
|
|
phy-mode = "rgmii-id";
|
2021-05-10 11:14:02 +00:00
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_gem2_default>;
|
2019-08-08 10:44:22 +00:00
|
|
|
phy0: ethernet-phy@5 {
|
2016-04-07 14:00:11 +00:00
|
|
|
reg = <5>;
|
|
|
|
ti,rx-internal-delay = <0x8>;
|
|
|
|
ti,tx-internal-delay = <0xa>;
|
|
|
|
ti,fifo-depth = <0x1>;
|
2019-02-13 11:32:21 +00:00
|
|
|
ti,dp83867-rxctrl-strap-quirk;
|
2016-04-07 14:00:11 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c0 {
|
|
|
|
status = "okay";
|
|
|
|
clock-frequency = <400000>;
|
2021-05-10 11:14:02 +00:00
|
|
|
pinctrl-names = "default", "gpio";
|
|
|
|
pinctrl-0 = <&pinctrl_i2c0_default>;
|
|
|
|
pinctrl-1 = <&pinctrl_i2c0_gpio>;
|
|
|
|
scl-gpios = <&gpio 6 GPIO_ACTIVE_HIGH>;
|
|
|
|
sda-gpios = <&gpio 7 GPIO_ACTIVE_HIGH>;
|
2016-04-07 14:00:11 +00:00
|
|
|
|
|
|
|
tca6416_u26: gpio@20 {
|
|
|
|
compatible = "ti,tca6416";
|
|
|
|
reg = <0x20>;
|
|
|
|
gpio-controller;
|
|
|
|
#gpio-cells = <2>;
|
|
|
|
/* IRQ not connected */
|
|
|
|
};
|
|
|
|
|
|
|
|
rtc@68 {
|
|
|
|
compatible = "dallas,ds1339";
|
|
|
|
reg = <0x68>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&nand0 {
|
|
|
|
status = "okay";
|
2021-05-10 11:14:02 +00:00
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_nand0_default>;
|
2016-04-07 14:00:11 +00:00
|
|
|
arasan,has-mdma;
|
|
|
|
|
2017-01-23 10:50:37 +00:00
|
|
|
nand@0 {
|
|
|
|
reg = <0x0>;
|
|
|
|
#address-cells = <0x2>;
|
|
|
|
#size-cells = <0x1>;
|
2021-02-18 07:50:21 +00:00
|
|
|
nand-ecc-mode = "soft";
|
|
|
|
nand-ecc-algo = "bch";
|
|
|
|
nand-rb = <0>;
|
|
|
|
label = "main-storage-0";
|
2021-09-15 13:46:36 +00:00
|
|
|
nand-ecc-step-size = <1024>;
|
|
|
|
nand-ecc-strength = <24>;
|
2016-04-07 14:00:11 +00:00
|
|
|
|
2017-01-23 10:50:37 +00:00
|
|
|
partition@0 { /* for testing purpose */
|
|
|
|
label = "nand-fsbl-uboot";
|
|
|
|
reg = <0x0 0x0 0x400000>;
|
|
|
|
};
|
|
|
|
partition@1 { /* for testing purpose */
|
|
|
|
label = "nand-linux";
|
|
|
|
reg = <0x0 0x400000 0x1400000>;
|
|
|
|
};
|
|
|
|
partition@2 { /* for testing purpose */
|
|
|
|
label = "nand-device-tree";
|
|
|
|
reg = <0x0 0x1800000 0x400000>;
|
|
|
|
};
|
|
|
|
partition@3 { /* for testing purpose */
|
|
|
|
label = "nand-rootfs";
|
|
|
|
reg = <0x0 0x1c00000 0x1400000>;
|
|
|
|
};
|
|
|
|
partition@4 { /* for testing purpose */
|
|
|
|
label = "nand-bitstream";
|
|
|
|
reg = <0x0 0x3000000 0x400000>;
|
|
|
|
};
|
|
|
|
partition@5 { /* for testing purpose */
|
|
|
|
label = "nand-misc";
|
|
|
|
reg = <0x0 0x3400000 0xfcc00000>;
|
|
|
|
};
|
2016-04-07 14:00:11 +00:00
|
|
|
};
|
2017-01-23 10:50:37 +00:00
|
|
|
nand@1 {
|
|
|
|
reg = <0x1>;
|
|
|
|
#address-cells = <0x2>;
|
|
|
|
#size-cells = <0x1>;
|
2021-02-18 07:50:21 +00:00
|
|
|
nand-ecc-mode = "soft";
|
|
|
|
nand-ecc-algo = "bch";
|
|
|
|
nand-rb = <0>;
|
|
|
|
label = "main-storage-1";
|
2021-09-15 13:46:36 +00:00
|
|
|
nand-ecc-step-size = <1024>;
|
|
|
|
nand-ecc-strength = <24>;
|
2017-01-23 10:50:37 +00:00
|
|
|
|
|
|
|
partition@0 { /* for testing purpose */
|
|
|
|
label = "nand1-fsbl-uboot";
|
|
|
|
reg = <0x0 0x0 0x400000>;
|
|
|
|
};
|
|
|
|
partition@1 { /* for testing purpose */
|
|
|
|
label = "nand1-linux";
|
|
|
|
reg = <0x0 0x400000 0x1400000>;
|
|
|
|
};
|
|
|
|
partition@2 { /* for testing purpose */
|
|
|
|
label = "nand1-device-tree";
|
|
|
|
reg = <0x0 0x1800000 0x400000>;
|
|
|
|
};
|
|
|
|
partition@3 { /* for testing purpose */
|
|
|
|
label = "nand1-rootfs";
|
|
|
|
reg = <0x0 0x1c00000 0x1400000>;
|
|
|
|
};
|
|
|
|
partition@4 { /* for testing purpose */
|
|
|
|
label = "nand1-bitstream";
|
|
|
|
reg = <0x0 0x3000000 0x400000>;
|
|
|
|
};
|
|
|
|
partition@5 { /* for testing purpose */
|
|
|
|
label = "nand1-misc";
|
|
|
|
reg = <0x0 0x3400000 0xfcc00000>;
|
|
|
|
};
|
2016-04-07 14:00:11 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-05-10 11:14:02 +00:00
|
|
|
&pinctrl0 {
|
|
|
|
status = "okay";
|
|
|
|
pinctrl_can0_default: can0-default {
|
|
|
|
mux {
|
|
|
|
function = "can0";
|
|
|
|
groups = "can0_9_grp";
|
|
|
|
};
|
|
|
|
|
|
|
|
conf {
|
|
|
|
groups = "can0_9_grp";
|
|
|
|
slew-rate = <SLEW_RATE_SLOW>;
|
|
|
|
power-source = <IO_STANDARD_LVCMOS18>;
|
|
|
|
};
|
|
|
|
|
|
|
|
conf-rx {
|
|
|
|
pins = "MIO38";
|
|
|
|
bias-high-impedance;
|
|
|
|
};
|
|
|
|
|
|
|
|
conf-tx {
|
|
|
|
pins = "MIO39";
|
|
|
|
bias-disable;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
pinctrl_can1_default: can1-default {
|
|
|
|
mux {
|
|
|
|
function = "can1";
|
|
|
|
groups = "can1_8_grp";
|
|
|
|
};
|
|
|
|
|
|
|
|
conf {
|
|
|
|
groups = "can1_8_grp";
|
|
|
|
slew-rate = <SLEW_RATE_SLOW>;
|
|
|
|
power-source = <IO_STANDARD_LVCMOS18>;
|
|
|
|
};
|
|
|
|
|
|
|
|
conf-rx {
|
|
|
|
pins = "MIO33";
|
|
|
|
bias-high-impedance;
|
|
|
|
};
|
|
|
|
|
|
|
|
conf-tx {
|
|
|
|
pins = "MIO32";
|
|
|
|
bias-disable;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
pinctrl_i2c0_default: i2c0-default {
|
|
|
|
mux {
|
|
|
|
groups = "i2c0_1_grp";
|
|
|
|
function = "i2c0";
|
|
|
|
};
|
|
|
|
|
|
|
|
conf {
|
|
|
|
groups = "i2c0_1_grp";
|
|
|
|
bias-pull-up;
|
|
|
|
slew-rate = <SLEW_RATE_SLOW>;
|
|
|
|
power-source = <IO_STANDARD_LVCMOS18>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
pinctrl_i2c0_gpio: i2c0-gpio {
|
|
|
|
mux {
|
|
|
|
groups = "gpio0_6_grp", "gpio0_7_grp";
|
|
|
|
function = "gpio0";
|
|
|
|
};
|
|
|
|
|
|
|
|
conf {
|
|
|
|
groups = "gpio0_6_grp", "gpio0_7_grp";
|
|
|
|
slew-rate = <SLEW_RATE_SLOW>;
|
|
|
|
power-source = <IO_STANDARD_LVCMOS18>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
pinctrl_uart0_default: uart0-default {
|
|
|
|
mux {
|
|
|
|
groups = "uart0_10_grp";
|
|
|
|
function = "uart0";
|
|
|
|
};
|
|
|
|
|
|
|
|
conf {
|
|
|
|
groups = "uart0_10_grp";
|
|
|
|
slew-rate = <SLEW_RATE_SLOW>;
|
|
|
|
power-source = <IO_STANDARD_LVCMOS18>;
|
|
|
|
};
|
|
|
|
|
|
|
|
conf-rx {
|
|
|
|
pins = "MIO42";
|
|
|
|
bias-high-impedance;
|
|
|
|
};
|
|
|
|
|
|
|
|
conf-tx {
|
|
|
|
pins = "MIO43";
|
|
|
|
bias-disable;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
pinctrl_uart1_default: uart1-default {
|
|
|
|
mux {
|
|
|
|
groups = "uart1_10_grp";
|
|
|
|
function = "uart1";
|
|
|
|
};
|
|
|
|
|
|
|
|
conf {
|
|
|
|
groups = "uart1_10_grp";
|
|
|
|
slew-rate = <SLEW_RATE_SLOW>;
|
|
|
|
power-source = <IO_STANDARD_LVCMOS18>;
|
|
|
|
};
|
|
|
|
|
|
|
|
conf-rx {
|
|
|
|
pins = "MIO41";
|
|
|
|
bias-high-impedance;
|
|
|
|
};
|
|
|
|
|
|
|
|
conf-tx {
|
|
|
|
pins = "MIO40";
|
|
|
|
bias-disable;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
pinctrl_usb1_default: usb1-default {
|
|
|
|
mux {
|
|
|
|
groups = "usb1_0_grp";
|
|
|
|
function = "usb1";
|
|
|
|
};
|
|
|
|
|
|
|
|
conf {
|
|
|
|
groups = "usb1_0_grp";
|
|
|
|
slew-rate = <SLEW_RATE_SLOW>;
|
|
|
|
power-source = <IO_STANDARD_LVCMOS18>;
|
|
|
|
};
|
|
|
|
|
|
|
|
conf-rx {
|
|
|
|
pins = "MIO64", "MIO65", "MIO67";
|
|
|
|
bias-high-impedance;
|
|
|
|
};
|
|
|
|
|
|
|
|
conf-tx {
|
|
|
|
pins = "MIO66", "MIO68", "MIO69", "MIO70", "MIO71",
|
|
|
|
"MIO72", "MIO73", "MIO74", "MIO75";
|
|
|
|
bias-disable;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
pinctrl_gem2_default: gem2-default {
|
|
|
|
mux {
|
|
|
|
function = "ethernet2";
|
|
|
|
groups = "ethernet2_0_grp";
|
|
|
|
};
|
|
|
|
|
|
|
|
conf {
|
|
|
|
groups = "ethernet2_0_grp";
|
|
|
|
slew-rate = <SLEW_RATE_SLOW>;
|
|
|
|
power-source = <IO_STANDARD_LVCMOS18>;
|
|
|
|
};
|
|
|
|
|
|
|
|
conf-rx {
|
|
|
|
pins = "MIO58", "MIO59", "MIO60", "MIO61", "MIO62",
|
|
|
|
"MIO63";
|
|
|
|
bias-high-impedance;
|
|
|
|
low-power-disable;
|
|
|
|
};
|
|
|
|
|
|
|
|
conf-tx {
|
|
|
|
pins = "MIO52", "MIO53", "MIO54", "MIO55", "MIO56",
|
|
|
|
"MIO57";
|
|
|
|
bias-disable;
|
|
|
|
low-power-enable;
|
|
|
|
};
|
|
|
|
|
|
|
|
mux-mdio {
|
|
|
|
function = "mdio2";
|
|
|
|
groups = "mdio2_0_grp";
|
|
|
|
};
|
|
|
|
|
|
|
|
conf-mdio {
|
|
|
|
groups = "mdio2_0_grp";
|
|
|
|
slew-rate = <SLEW_RATE_SLOW>;
|
|
|
|
power-source = <IO_STANDARD_LVCMOS18>;
|
|
|
|
bias-disable;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
pinctrl_nand0_default: nand0-default {
|
|
|
|
mux {
|
|
|
|
groups = "nand0_0_grp";
|
|
|
|
function = "nand0";
|
|
|
|
};
|
|
|
|
|
|
|
|
conf {
|
|
|
|
groups = "nand0_0_grp";
|
|
|
|
bias-pull-up;
|
|
|
|
};
|
|
|
|
|
|
|
|
mux-ce {
|
|
|
|
groups = "nand0_ce_0_grp";
|
|
|
|
function = "nand0_ce";
|
|
|
|
};
|
|
|
|
|
|
|
|
conf-ce {
|
|
|
|
groups = "nand0_ce_0_grp";
|
|
|
|
bias-pull-up;
|
|
|
|
};
|
|
|
|
|
|
|
|
mux-rb {
|
|
|
|
groups = "nand0_rb_0_grp";
|
|
|
|
function = "nand0_rb";
|
|
|
|
};
|
|
|
|
|
|
|
|
conf-rb {
|
|
|
|
groups = "nand0_rb_0_grp";
|
|
|
|
bias-pull-up;
|
|
|
|
};
|
|
|
|
|
|
|
|
mux-dqs {
|
|
|
|
groups = "nand0_dqs_0_grp";
|
|
|
|
function = "nand0_dqs";
|
|
|
|
};
|
|
|
|
|
|
|
|
conf-dqs {
|
|
|
|
groups = "nand0_dqs_0_grp";
|
|
|
|
bias-pull-up;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
pinctrl_spi0_default: spi0-default {
|
|
|
|
mux {
|
|
|
|
groups = "spi0_0_grp";
|
|
|
|
function = "spi0";
|
|
|
|
};
|
|
|
|
|
|
|
|
conf {
|
|
|
|
groups = "spi0_0_grp";
|
|
|
|
bias-disable;
|
|
|
|
slew-rate = <SLEW_RATE_SLOW>;
|
|
|
|
power-source = <IO_STANDARD_LVCMOS18>;
|
|
|
|
};
|
|
|
|
|
|
|
|
mux-cs {
|
|
|
|
groups = "spi0_ss_0_grp", "spi0_ss_1_grp",
|
|
|
|
"spi0_ss_2_grp";
|
|
|
|
function = "spi0_ss";
|
|
|
|
};
|
|
|
|
|
|
|
|
conf-cs {
|
|
|
|
groups = "spi0_ss_0_grp", "spi0_ss_1_grp",
|
|
|
|
"spi0_ss_2_grp";
|
|
|
|
bias-disable;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
pinctrl_spi1_default: spi1-default {
|
|
|
|
mux {
|
|
|
|
groups = "spi1_3_grp";
|
|
|
|
function = "spi1";
|
|
|
|
};
|
|
|
|
|
|
|
|
conf {
|
|
|
|
groups = "spi1_3_grp";
|
|
|
|
bias-disable;
|
|
|
|
slew-rate = <SLEW_RATE_SLOW>;
|
|
|
|
power-source = <IO_STANDARD_LVCMOS18>;
|
|
|
|
};
|
|
|
|
|
|
|
|
mux-cs {
|
|
|
|
groups = "spi1_ss_9_grp", "spi1_ss_10_grp",
|
|
|
|
"spi1_ss_11_grp";
|
|
|
|
function = "spi1_ss";
|
|
|
|
};
|
|
|
|
|
|
|
|
conf-cs {
|
|
|
|
groups = "spi1_ss_9_grp", "spi1_ss_10_grp",
|
|
|
|
"spi1_ss_11_grp";
|
|
|
|
bias-disable;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2016-04-07 14:00:11 +00:00
|
|
|
&rtc {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&spi0 {
|
|
|
|
status = "okay";
|
|
|
|
num-cs = <1>;
|
2021-05-10 11:14:02 +00:00
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_spi0_default>;
|
|
|
|
|
2018-03-27 11:09:15 +00:00
|
|
|
spi0_flash0: flash@0 {
|
2016-04-07 14:00:11 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
2018-03-27 11:09:15 +00:00
|
|
|
compatible = "sst,sst25wf080", "jedec,spi-nor";
|
2016-04-07 14:00:11 +00:00
|
|
|
spi-max-frequency = <50000000>;
|
|
|
|
reg = <0>;
|
|
|
|
|
2018-03-27 11:09:15 +00:00
|
|
|
partition@0 {
|
2020-02-17 14:50:05 +00:00
|
|
|
label = "spi0-data";
|
2016-04-07 14:00:11 +00:00
|
|
|
reg = <0x0 0x100000>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&spi1 {
|
|
|
|
status = "okay";
|
|
|
|
num-cs = <1>;
|
2021-05-10 11:14:02 +00:00
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_spi1_default>;
|
|
|
|
|
2018-03-27 11:09:15 +00:00
|
|
|
spi1_flash0: flash@0 {
|
2016-04-07 14:00:11 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
2018-03-27 11:09:15 +00:00
|
|
|
compatible = "atmel,at45db041e", "atmel,at45", "atmel,dataflash";
|
2016-04-07 14:00:11 +00:00
|
|
|
spi-max-frequency = <20000000>;
|
|
|
|
reg = <0>;
|
|
|
|
|
2018-03-27 11:09:15 +00:00
|
|
|
partition@0 {
|
2020-02-17 14:50:05 +00:00
|
|
|
label = "spi1-data";
|
2016-04-07 14:00:11 +00:00
|
|
|
reg = <0x0 0x84000>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
/* ULPI SMSC USB3320 */
|
|
|
|
&usb1 {
|
|
|
|
status = "okay";
|
2021-05-10 11:14:02 +00:00
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_usb1_default>;
|
2016-04-05 10:01:16 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&dwc3_1 {
|
|
|
|
status = "okay";
|
2016-04-07 14:00:11 +00:00
|
|
|
dr_mode = "host";
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart0 {
|
|
|
|
status = "okay";
|
2021-05-10 11:14:02 +00:00
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_uart0_default>;
|
2016-04-07 14:00:11 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&uart1 {
|
|
|
|
status = "okay";
|
2021-05-10 11:14:02 +00:00
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_uart1_default>;
|
2016-04-07 14:00:11 +00:00
|
|
|
};
|