diff options
4 files changed, 10 insertions, 0 deletions
diff --git a/src/mainboard/amd/majolica/devicetree.cb b/src/mainboard/amd/majolica/devicetree.cb index 088b259261..fec764e0a5 100644 --- a/src/mainboard/amd/majolica/devicetree.cb +++ b/src/mainboard/amd/majolica/devicetree.cb @@ -75,4 +75,6 @@ chip soc/amd/cezanne end end + device ref uart_0 on end # UART0 + end diff --git a/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb b/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb index 5e9037abe6..f044b8be7f 100644 --- a/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb @@ -142,4 +142,7 @@ chip soc/amd/cezanne device i2c 50 on end end end + + device ref uart_0 on end # UART0 + end # chip soc/amd/cezanne diff --git a/src/mainboard/google/mancomb/variants/baseboard/devicetree.cb b/src/mainboard/google/mancomb/variants/baseboard/devicetree.cb index 0a604a37f5..9c1ba27b63 100644 --- a/src/mainboard/google/mancomb/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/mancomb/variants/baseboard/devicetree.cb @@ -130,4 +130,7 @@ chip soc/amd/cezanne end end end # domain + + device ref uart_0 on end # UART0 + end # chip soc/amd/cezanne diff --git a/src/soc/amd/cezanne/chipset.cb b/src/soc/amd/cezanne/chipset.cb index 2cb157bc7c..bf4480680b 100644 --- a/src/soc/amd/cezanne/chipset.cb +++ b/src/soc/amd/cezanne/chipset.cb @@ -107,4 +107,6 @@ chip soc/amd/cezanne device mmio 0xfedc3000 alias i2c_1 off end device mmio 0xfedc4000 alias i2c_2 off end device mmio 0xfedc5000 alias i2c_3 off end + device mmio 0xfedc9000 alias uart_0 off end + device mmio 0xfedca000 alias uart_1 off end end |