Files
rockchip-kernel/arch/arm/boot/dts/rk3126c-evb-ddr3-v10-linux-slc.dts
Tao Huang 05f5de1a55 ARM: dts: rockchip: Fix typos in Rockchip copyright notices
There are many cases in which the company name is misspelled.
The patch fixes these typos.

Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: Ie63b5b477dc7183b6360763cb89e5639aaf07d4e
2024-12-09 15:57:01 +08:00

33 lines
610 B
Plaintext

// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2022 Rockchip Electronics Co., Ltd.
*/
/dts-v1/;
#include "rk3126c-evb-ddr3-v10-linux.dts"
/ {
chosen {
bootargs = "earlycon=uart8250,mmio32,0x20068000 console=ttyFIQ0 ubi.mtd=7 root=ubi0:rootfs rootfstype=ubifs";
};
};
&emmc {
status = "disabled";
};
&nandc {
status = "okay";
#address-cells = <1>;
#size-cells = <0>;
assigned-clocks = <&cru SCLK_NANDC>;
assigned-clock-rates = <120000000>;
nand@0 {
reg = <0>;
nand-bus-width = <8>;
nand-ecc-mode = "hw";
nand-ecc-strength = <16>;
nand-ecc-step-size = <1024>;
};
};